mirror of
https://github.com/stenzek/duckstation.git
synced 2024-11-23 13:59:49 +00:00
Don't create .7z within .zip for windows build
This commit is contained in:
parent
519dbc818d
commit
b3cf18b593
10
.github/workflows/windows-build.yml
vendored
10
.github/workflows/windows-build.yml
vendored
@ -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
Block a user