Skip to content

Commit

Permalink
Merge pull request #16 from Team-40-IDATT2003/issue-12
Browse files Browse the repository at this point in the history
Fix: Possible fix for issue 12 involving .jar name "app.java" instead of variable name causing the error
  • Loading branch information
etsorens authored Feb 4, 2026
2 parents 5aa38fd + 1a83b3f commit c7e7018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildOnRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "JAR_NAME=APPLICATION-${GITHUB_REF#refs/tags/}.jar" >> $GITHUB_ENV

- name: Rename JAR
run: mv target/*.jar $JAR_NAME
run: mv target/*.jar app.jar

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

0 comments on commit c7e7018

Please sign in to comment.