summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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 e981d4537..cfd3c9926 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
id: make-artifact
working-directory: ./target/${{ matrix.target }}/release
run: |
- name="zellij-${{ RELEASE_TAG }}-${{ matrix.target }}.tar.gz"
+ name="zellij-${{ env.RELEASE_TAG }}-${{ matrix.target }}.tar.gz"
tar cvzf "${name}" "zellij"
echo "::set-output name=name::${name}"
- name: Upload release archive