Fixed new artifact name
This commit is contained in:
parent
129e3e305a
commit
b597b3b863
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_docker_latest.yml
vendored
4
.github/workflows/build_docker_latest.yml
vendored
|
@ -58,12 +58,12 @@ jobs:
|
|||
restore-keys: ${{ runner.os }}-m2
|
||||
-
|
||||
name: Build with maven
|
||||
run: mvn clean package -DskipTests -Dbuild-version="${{ env.SHA }}"
|
||||
run: export sebserver-version=${{ env.SHA }} mvn clean package -DskipTests -Dbuild-version="${{ env.SHA }}"
|
||||
-
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Package
|
||||
path: target/seb-server-demo.jar
|
||||
path: target/seb-server.jar
|
||||
|
||||
|
||||
docker_push:
|
||||
|
|
Loading…
Add table
Reference in a new issue