Skip to content

Commit faec699

Browse files
committed
a
1 parent 38877d9 commit faec699

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cmake-sdl2.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,13 @@ jobs:
149149
- name: Build SDLImage
150150
run: |
151151
cd SDLImage
152-
cmake --build SDLImage/build --config Release
152+
cmake --build ./build --config Release
153153
154154
- name: Move Windows binaries
155155
if: matrix.os == 'windows-latest'
156156
run: |
157-
mv SDLImage/build/Release/*.dll SDLImage/build/
157+
cd SDLImage
158+
mv ./build/Release/*.dll ./build/
158159
159160
- name: Upload Artifacts
160161
uses: actions/upload-artifact@v4.3.4

0 commit comments

Comments
 (0)