fix zip name

This commit is contained in:
Ramen2X 2024-12-17 20:00:24 -05:00
parent e93b48b8d0
commit a790e8c7c9

View File

@ -74,7 +74,7 @@ jobs:
shell: bash
run: |
cd build
zip isle-portable-${{ matrix.toolchain.name }}-${{ matrix.toolchain.build-type }}.zip \
zip "isle-portable ${{ matrix.toolchain.name }}.zip" \
ISLE.EXE LEGO1.DLL SDL3.dll
- name: Upload Build Artifacts (MSVC (32-bit))
@ -83,7 +83,7 @@ jobs:
with:
name: msvc32-artifacts
path: |
build/isle-portable-${{ matrix.toolchain.name }}-${{ matrix.toolchain.build-type }}.zip
build/"isle-portable ${{ matrix.toolchain.name }}.zip"
upload:
name: 'Upload artifacts'