Skip to content

Commit 3bf11fe

Browse files
committedOct 12, 2024
chore: 跟高构建流程压缩软件为7z
1 parent 159add7 commit 3bf11fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
- run: |
190190
cd assets
191191
for f in *; do
192-
(cd $f && zip -r ../$f-${{ needs.meta.outputs.tag }}.zip .)
192+
(cd "$f" && 7z a -tzip ../"$f-${{ needs.meta.outputs.tag }}.zip" .)
193193
done
194194
- uses: softprops/action-gh-release@v2
195195
with:

0 commit comments

Comments
 (0)