fix(ci): fix asset naming
This commit is contained in:
parent
afefa82f47
commit
c9e9a8fae0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
with:
|
||||
upload_url: ${{ needs.create-release.outputs.upload_url }}
|
||||
asset_path: ./target/${{ matrix.target }}/release/${{ steps.make-artifact.outputs.name }}
|
||||
asset_name: zellij-v${{ github.event.release.tag_name }}-${{matrix.target}}.tar.gz
|
||||
asset_name: zellij-${{ env.RELEASE_TAG }}-${{matrix.target}}.tar.gz
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
create-release:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue