summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-04-26 23:52:50 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-04-26 23:52:50 +0100
commitc9e9a8fae01ab46533c14c3a7b0143c93b17e9ba (patch)
tree3396bd4b74804488b2b96184cd8e895ab3cccfa9 /.github
parentafefa82f47bdec111171c8646de8fcae6d8de2fa (diff)
fix(ci): fix asset naming
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c43fab9a9..0545c7f40 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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: