Fixed name for artifact
This commit is contained in:
parent
7f4d7517cd
commit
8110007bc1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_docker_images.yml
vendored
2
.github/workflows/build_docker_images.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue