Skip to content

Commit

Permalink
fix: ci tar dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 committed Dec 22, 2024
1 parent 083aeda commit e72994e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
path: synctv-web/dist

- name: Create dist.zip
working-directory: synctv-web
run: zip -r dist.zip dist

- name: Create dist.tar.gz
working-directory: synctv-web
run: tar -zcvf dist.tar.gz dist

- name: Get release meta
Expand Down

0 comments on commit e72994e

Please sign in to comment.