We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f523758 commit a97f562Copy full SHA for a97f562
.github/workflows/c.yml
@@ -56,7 +56,7 @@ jobs:
56
run: make -f Makefile_win
57
58
- 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
+ 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 .
60
61
- name: zip and upload game
62
uses: TheDoctor0/zip-release@0.6.2
0 commit comments