Skip to content

Commit

Permalink
Update buildOnRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyah authored May 14, 2026
1 parent b1dde28 commit 45d192f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildOnRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
echo "JAR_NAME=APPLICATION-$tag.jar" >> $env:GITHUB_ENV
- name: Rename JAR
run: mv target/*.jar $env:JAR_NAME
run: mv target/[!original]*.jar $env:JAR_NAME


- uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 45d192f

Please sign in to comment.