swap out zip for 7z

This commit is contained in:
Ramen2X 2024-12-17 20:06:10 -05:00
parent a790e8c7c9
commit 45fed4a09d

View File

@ -74,7 +74,7 @@ jobs:
shell: bash
run: |
cd build
zip "isle-portable ${{ matrix.toolchain.name }}.zip" \
7z a "isle-portable ${{ matrix.toolchain.name }}.zip" \
ISLE.EXE LEGO1.DLL SDL3.dll
- name: Upload Build Artifacts (MSVC (32-bit))