Skip to content

Commit 662c601

Browse files
copy apng dll
1 parent bc5a1ac commit 662c601

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ jobs:
7272
- name: Build Apng plugin
7373
run: |
7474
cd ./qtapng
75-
cmake . -G "MinGW Makefiles" -D CMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE="${{ github.workspace }}/bin/imageformats/"
75+
cmake . -G "MinGW Makefiles"
7676
cmake --build . --config Release
77+
cp build/plugins/imageformats/qapng.dll ${{ github.workspace }}/bin/imageformats/qapng.dll
7778
7879
- name: Build
7980
run: |

0 commit comments

Comments
 (0)