This commit is contained in:
Ramen2X 2024-12-17 20:09:43 -05:00
parent 45fed4a09d
commit c3a8cfb54e

View File

@ -74,7 +74,7 @@ jobs:
shell: bash shell: bash
run: | run: |
cd build cd build
7z a "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))
@ -83,7 +83,7 @@ jobs:
with: with:
name: msvc32-artifacts name: msvc32-artifacts
path: | path: |
build/"isle-portable ${{ matrix.toolchain.name }}.zip" build/isle-portable (${{ matrix.toolchain.name }}).zip
upload: upload:
name: 'Upload artifacts' name: 'Upload artifacts'