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