Skip to content

Commit b7cb403

Browse files
fix: use 7z instead of zip for Windows portable archive in CI
1 parent aa66ad9 commit b7cb403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
mkdir -p _portable
9898
cp Mirroid.exe _portable/
9999
cp _bundled/* _portable/
100-
cd _portable && zip -r ../mirroid-windows-amd64-portable.zip .
100+
cd _portable && 7z a -tzip ../mirroid-windows-amd64-portable.zip .
101101
102102
- name: Upload raw binary (Windows)
103103
if: matrix.target == 'windows'

0 commit comments

Comments
 (0)