mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Fix artifact path
This commit is contained in:
parent
292dab3cfc
commit
386f240381
1 changed files with 1 additions and 2 deletions
3
.github/workflows/dev_pipeline.yml
vendored
3
.github/workflows/dev_pipeline.yml
vendored
|
@ -21,11 +21,10 @@ jobs:
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
- run: mvn -B package --file pom.xml
|
- run: mvn -B package --file pom.xml
|
||||||
- run: mvn --batch-mode --update-snapshots verify
|
- run: mvn --batch-mode --update-snapshots verify
|
||||||
- run: mkdir staging && cp target/*.jar staging
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: application-jars
|
name: application-jars
|
||||||
path: staging
|
path: target
|
||||||
package:
|
package:
|
||||||
name: Build Docker image and push to GitHub Packages
|
name: Build Docker image and push to GitHub Packages
|
||||||
needs: build
|
needs: build
|
||||||
|
|
Loading…
Reference in a new issue