mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 17:05: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'
|
||||
- run: mvn -B package --file pom.xml
|
||||
- run: mvn --batch-mode --update-snapshots verify
|
||||
- run: mkdir staging && cp target/*.jar staging
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: application-jars
|
||||
path: staging
|
||||
path: target
|
||||
package:
|
||||
name: Build Docker image and push to GitHub Packages
|
||||
needs: build
|
||||
|
|
Loading…
Reference in a new issue