Skip to content

Commit

Permalink
fixed artificat filename
Browse files Browse the repository at this point in the history
  • Loading branch information
nelenkov committed Sep 11, 2024
1 parent 24bf5ca commit 6374f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: success()
id: prepareJar
run: |
mv build/libs/abe-all.jar "abe-${{ env.SHA_SHORT }}.jar"
mv build/libs/abe-all.jar abe-${{ env.SHA_SHORT }}.jar
- name: Release
uses: "marvinpinto/action-automatic-releases@latest"
Expand All @@ -48,4 +48,4 @@ jobs:
prerelease: false
files: |
LICENSE
"abe-${{ env.SHA_SHORT }}.jar"
abe-${{ env.SHA_SHORT }}.jar

0 comments on commit 6374f79

Please sign in to comment.