CI: Use zips instead of 7z for Windows downloads

This commit is contained in:
Connor McLaughlin 2020-08-06 19:35:52 +10:00
parent 199315cea7
commit 389c4945e0
1 changed files with 1 additions and 1 deletions

View File

@ -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