Skip to content

Commit

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

0 comments on commit 24bf5ca

Please sign in to comment.