Skip to content

Commit d35923e

Browse files
committed
fix: 使用7z压缩Windows包以支持大文件
1 parent ae123c8 commit d35923e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-executables.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
7979
- name: Compress Windows package
8080
run: |
81-
Compress-Archive -Path AI-RVC-Windows-Portable -DestinationPath AI-RVC-Windows-Portable.zip
81+
7z a -tzip AI-RVC-Windows-Portable.zip AI-RVC-Windows-Portable
82+
shell: pwsh
8283

8384
- name: Upload Windows artifact
8485
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)