Skip to content

Commit

Permalink
Merge branch '100-update-github-actions-to-export-with-javafx-compati…
Browse files Browse the repository at this point in the history
…bility' of https://git.ntnu.no/Team-40-IDATT2003/Millions into 100-update-github-actions-to-export-with-javafx-compatibility
  • Loading branch information
tommyah committed May 14, 2026
2 parents 8e72726 + 16733b3 commit c593d6c
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 @@ -26,7 +26,7 @@ jobs:
echo "JAR_NAME=MillionsG40-$tag.jar" >> $env:GITHUB_ENV
- name: Rename JAR
run: mv target/[!original]*.jar $env:JAR_NAME
run: mv target/*-shaded.jar $env:JAR_NAME


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

0 comments on commit c593d6c

Please sign in to comment.