mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
release: switch to 7z on windows because it doesnt have zip (#1284)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user