Skip to content

Commit

Permalink
fix: 🐛 修复未打包隐藏文件
Browse files Browse the repository at this point in the history
  • Loading branch information
aoaostar committed Oct 5, 2022
1 parent 8c3c796 commit 78e4a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
- name: Compress
run: |
cd toolbox && zip -r ../toolbox.zip *
cd toolbox && zip -r ../toolbox.zip ./
cd ../
cd toolbox-full && zip -r ../toolbox-full.zip *
cd toolbox-full && zip -r ../toolbox-full.zip ./
- name: Build Changelog
id: github_release
Expand Down

0 comments on commit 78e4a39

Please sign in to comment.