Skip to content

Commit

Permalink
fix: give ci jar file a name lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedox-die-Ente committed Sep 26, 2024
1 parent 1b6b140 commit 753df02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/libs/talent.jar
asset_name: ${{ github.ref_name }}.jar
asset_name: talent-${{ github.ref_name }}.jar
asset_content_type: application/java-archive
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 753df02

Please sign in to comment.