Don't create .7z within .zip for windows build
This commit is contained in:
parent
519dbc818d
commit
b3cf18b593
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue