Skip to content

Commit

Permalink
add tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Oct 17, 2023
1 parent 63f25da commit 33cdc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./target/${{ matrix.platform.target }}/release/try-runtime
asset_name: try-runtime-${{ matrix.platform.target }}
asset_name: try-runtime-${{ github.event.release.tag_name }}-${{ matrix.platform.target }}
asset_content_type: application/octet-stream
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 33cdc04

Please sign in to comment.