fix(ci): fix environment variable
This commit is contained in:
parent
9ff5d45263
commit
b460fc36ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue