Skip to content

Commit 81cec5d

Browse files
committed
chore: zip asset.tar
1 parent c6d960b commit 81cec5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
- name: Tar asset dist
49-
run: tar -cvf asset.tar assets/dist
49+
run: tar -czf asset.tar assets/dist
5050
- uses: actions/upload-artifact@v2
5151
with:
5252
name: my-artifact

0 commit comments

Comments
 (0)