mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
add SDL3.dll to uploaded artifact list
This commit is contained in:
parent
a156185ea4
commit
da688797df
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -76,6 +76,7 @@ jobs:
|
||||
path: |
|
||||
build/ISLE.EXE
|
||||
build/LEGO1.DLL
|
||||
build/SDL3.dll
|
||||
|
||||
upload:
|
||||
name: 'Upload artifacts'
|
||||
@ -99,4 +100,5 @@ jobs:
|
||||
run: |
|
||||
./upload.sh \
|
||||
build/ISLE.EXE \
|
||||
build/LEGO1.DLL
|
||||
build/LEGO1.DLL \
|
||||
build/SDL3.dll
|
||||
|
||||
Loading…
Reference in New Issue
Block a user