ci: fix tar command
This commit is contained in:
parent
37166097ff
commit
ef1c7823e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
prerelease: false
|
||||
- name: Create Tar Ball
|
||||
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
|
||||
run: tar cJv yacd.tar.xz public
|
||||
run: tar cJf yacd.tar.xz public
|
||||
- name: Upload Release Asset
|
||||
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
|
||||
id: upload-release-asset
|
||||
|
|
Loading…
Reference in a new issue