fix(ci): properly order the arguments to tar
This commit is contained in:
parent
f0ff0170d2
commit
62b4825505
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
working-directory: ./target/${{ matrix.target }}/release
|
||||
run: |
|
||||
name="zellij-${GITHUB_REF#refs/tags/}-${{ matrix.target }}.tar.gz"
|
||||
tar cvfz "${name}" "zellij"
|
||||
tar cvzf "${name}" "zellij"
|
||||
echo "::set-output name=name::${name}"
|
||||
- name: Upload release archive
|
||||
uses: actions/upload-release-asset@v1.0.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue