summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-11-24 19:43:14 +0800
committerHaishan <[email protected]>2020-11-24 19:43:14 +0800
commitef1c7823e05c752c31687fcf7c13ee6433faa8d2 (patch)
tree44227c3fd88db3c37d8874986e71e9894e0db5a7 /.github
parent37166097ff6acfbaa83ff5cd2596bba408ced9f9 (diff)
ci: fix tar commandv0.2.12
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 4b54d71..db98938 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -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