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 59f22d5 commit 16733b3
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 16733b3

Please sign in to comment.