release: switch to 7z on windows because it doesnt have zip (#1284)

This commit is contained in:
Tyler Wilding
2022-04-04 21:24:52 -04:00
committed by GitHub
parent dba95660ea
commit 79f255bcc1
+1 -1
View File
@@ -85,7 +85,7 @@ jobs:
run: |
mkdir -p ./ci-artifacts/out
./.github/scripts/releases/extract_build_windows.sh ./ci-artifacts/out ./
zip -r ./ci-artifacts/windows.zip ./ci-artfacts/out
7z a -tzip ./ci-artifacts/windows.zip ./ci-artfacts/out
- name: Upload Assets and Potential Publish Release
if: github.repository == 'open-goal/jak-project' && startsWith(github.ref, 'refs/tags/') && matrix.compiler == 'clang'