Don't create .7z within .zip for windows build

This commit is contained in:
Connor McLaughlin 2019-11-26 20:00:43 +10:00
parent 519dbc818d
commit b3cf18b593
1 changed files with 2 additions and 8 deletions

View File

@ -27,14 +27,8 @@ jobs:
run: |
copy /Y dep\msvc\bin64\*.* bin\x64
- name: Create zip archive of binary
shell: cmd
run: |
7z a -t7z duckstation-windows-x64-release.7z .\bin\x64\*
- name: Upload release archive
uses: actions/upload-artifact@v1
with:
name: "duckstation-windows-x64-release.7z"
path: "duckstation-windows-x64-release.7z"
name: "duckstation-windows-x64-release"
path: ".\\bin\\x64"