Skip to content

Commit 78e4a39

Browse files
committed
fix: 🐛 修复未打包隐藏文件
1 parent 8c3c796 commit 78e4a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
7676
- name: Compress
7777
run: |
78-
cd toolbox && zip -r ../toolbox.zip *
78+
cd toolbox && zip -r ../toolbox.zip ./
7979
cd ../
80-
cd toolbox-full && zip -r ../toolbox-full.zip *
80+
cd toolbox-full && zip -r ../toolbox-full.zip ./
8181
8282
- name: Build Changelog
8383
id: github_release

0 commit comments

Comments
 (0)