mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-19 08:36:37 +00:00
ci : move SDL2.dll upload to correct job
This commit is contained in:
parent
1b76698c9c
commit
2982bf72bb
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user