simplify jar name (no version suffix)
This commit is contained in:
parent
87c9acdd60
commit
6c7571630a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build_docker_latest.yml
vendored
3
.github/workflows/build_docker_latest.yml
vendored
|
@ -61,6 +61,9 @@ jobs:
|
|||
run: mvn clean package -DskipTests -Dbuild-version="${{ env.SHA }}"
|
||||
env:
|
||||
sebserver-version: ${{ env.SHA }}
|
||||
-
|
||||
name: Simplify package name
|
||||
run: mv target/seb-server-${{ env.SHA }}.jar target/seb-server.jar
|
||||
-
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue