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 45d192f commit 8c0f371
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 @@ -23,7 +23,7 @@ jobs:
- name: Set versioned JAR name
run: |
$tag = "${{ github.ref_name }}"
echo "JAR_NAME=APPLICATION-$tag.jar" >> $env:GITHUB_ENV
echo "JAR_NAME=MillionsG40-$tag.jar" >> $env:GITHUB_ENV
- name: Rename JAR
run: mv target/[!original]*.jar $env:JAR_NAME
Expand Down

0 comments on commit 8c0f371

Please sign in to comment.