ci : move SDL2.dll upload to correct job

This commit is contained in:
Daniel Bevenius 2025-03-27 18:09:58 +01:00
parent 1b76698c9c
commit 2982bf72bb

View File

@ -570,6 +570,12 @@ jobs:
if: matrix.sdl2 == 'ON'
run: copy "$env:SDL2_DIR/../lib/${{ matrix.s2arc }}/SDL2.dll" build/bin/${{ matrix.build }}
- name: Upload SDL2.dll
uses: actions/upload-artifact@v4
with:
name: SDL2-dll
path: build/bin/${{ matrix.build }}/SDL2.dll
- name: Upload dll
uses: actions/upload-artifact@v4
with:
@ -846,12 +852,6 @@ jobs:
if: matrix.sdl2 == 'ON'
run: copy "$env:SDL2_DIR/../lib/${{ matrix.arch }}/SDL2.dll" build/bin/${{ matrix.build }}
- name: Upload SDL2.dll
uses: actions/upload-artifact@v4
with:
name: SDL2-dll
path: build/bin/${{ matrix.build }}/SDL2.dll
- name: Upload binaries
uses: actions/upload-artifact@v4
with: