Skip to content

Commit

Permalink
Just use the tag name.
Browse files Browse the repository at this point in the history
  • Loading branch information
r4um authored Mar 23, 2024
1 parent 1b06d72 commit 068c238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/uberjar/jmx-dump-${{ github.ref }}-standalone.jar
asset_name: jmx-dump-${{ github.ref }}-standalone.jar
asset_path: ./target/uberjar/jmx-dump-${{ github.ref_name }}-standalone.jar
asset_name: jmx-dump-${{ github.ref_name }}-standalone.jar
asset_content_type: application/java-archive

- name: Upload binaries
Expand Down

0 comments on commit 068c238

Please sign in to comment.