We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae123c8 commit d35923eCopy full SHA for d35923e
.github/workflows/build-executables.yml
@@ -78,7 +78,8 @@ jobs:
78
79
- name: Compress Windows package
80
run: |
81
- Compress-Archive -Path AI-RVC-Windows-Portable -DestinationPath AI-RVC-Windows-Portable.zip
+ 7z a -tzip AI-RVC-Windows-Portable.zip AI-RVC-Windows-Portable
82
+ shell: pwsh
83
84
- name: Upload Windows artifact
85
uses: actions/upload-artifact@v4
0 commit comments