Skip to content

Commit

Permalink
ci: fix tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
haishanh committed Nov 24, 2020
1 parent 3716609 commit ef1c782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef1c782

Please sign in to comment.