mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
swap out zip for 7z
This commit is contained in:
parent
a790e8c7c9
commit
45fed4a09d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
zip "isle-portable ${{ matrix.toolchain.name }}.zip" \
|
7z a "isle-portable ${{ matrix.toolchain.name }}.zip" \
|
||||||
ISLE.EXE LEGO1.DLL SDL3.dll
|
ISLE.EXE LEGO1.DLL SDL3.dll
|
||||||
|
|
||||||
- name: Upload Build Artifacts (MSVC (32-bit))
|
- name: Upload Build Artifacts (MSVC (32-bit))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user