We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5a1ac commit 662c601Copy full SHA for 662c601
1 file changed
.github/workflows/build.yml
@@ -72,8 +72,9 @@ jobs:
72
- name: Build Apng plugin
73
run: |
74
cd ./qtapng
75
- cmake . -G "MinGW Makefiles" -D CMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE="${{ github.workspace }}/bin/imageformats/"
+ cmake . -G "MinGW Makefiles"
76
cmake --build . --config Release
77
+ cp build/plugins/imageformats/qapng.dll ${{ github.workspace }}/bin/imageformats/qapng.dll
78
79
- name: Build
80
0 commit comments