Fix artifact path

This commit is contained in:
Gabri Botha 2021-06-04 12:31:32 +02:00
parent 292dab3cfc
commit 386f240381

View file

@ -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