Fixed name for artifact

This commit is contained in:
Bengt Giger 2020-12-13 00:32:51 +01:00
parent 7f4d7517cd
commit 8110007bc1

View file

@ -25,7 +25,7 @@ jobs:
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: Package name: Package
path: target/seb-server-.jar path: target/seb-server-auto.jar
docker_push: docker_push:
runs-on: ubuntu-latest runs-on: ubuntu-latest