Don't create .7z within .zip for windows build
This commit is contained in:
parent
519dbc818d
commit
b3cf18b593
|
@ -27,14 +27,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
copy /Y dep\msvc\bin64\*.* bin\x64
|
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
|
- name: Upload release archive
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: "duckstation-windows-x64-release.7z"
|
name: "duckstation-windows-x64-release"
|
||||||
path: "duckstation-windows-x64-release.7z"
|
path: ".\\bin\\x64"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue