From c9e9a8fae01ab46533c14c3a7b0143c93b17e9ba Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Mon, 26 Apr 2021 23:52:50 +0100 Subject: fix(ci): fix asset naming --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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: -- cgit v1.2.3