From c9e9a8fae01ab46533c14c3a7b0143c93b17e9ba Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Mon, 26 Apr 2021 23:52:50 +0100 Subject: [PATCH] fix(ci): fix asset naming --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c43fab9a..0545c7f4 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: