Skip to content

Commit a97f562

Browse files
corrected typo in packing command
1 parent f523758 commit a97f562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: make -f Makefile_win
5757

5858
- name: pack up dlls from msys
59-
run: cp /mingw64/bin/SDL2* /mingw64/bin/zlib1.dll /mingw64/bin/libpng16-16.dll /mingw64/bin/libjpeg-8.dll /mingw64/bin/libtiff-5.dll /mingw64/bin/libwebp-7.dll /mingw64/bin/libfreetype-6.dll /mingw64/bin/libharfbuzz-0.dll
59+
run: cp /mingw64/bin/SDL2* /mingw64/bin/zlib1.dll /mingw64/bin/libpng16-16.dll /mingw64/bin/libjpeg-8.dll /mingw64/bin/libtiff-5.dll /mingw64/bin/libwebp-7.dll /mingw64/bin/libfreetype-6.dll /mingw64/bin/libharfbuzz-0.dll .
6060

6161
- name: zip and upload game
6262
uses: TheDoctor0/zip-release@0.6.2

0 commit comments

Comments
 (0)