mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 04:45:45 -04:00
CI: Use zips instead of 7z for Windows downloads
This commit is contained in:
2
.github/workflows/rolling-release.yml
vendored
2
.github/workflows/rolling-release.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
- name: Create release archive
|
||||
shell: cmd
|
||||
run: |
|
||||
"C:\Program Files\7-Zip\7z.exe" a -r duckstation-windows-x64-release.7z ./bin/x64/*
|
||||
"C:\Program Files\7-Zip\7z.exe" a -r duckstation-windows-x64-release.zip ./bin/x64/*
|
||||
|
||||
- name: Upload release artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
|
Reference in New Issue
Block a user