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 662c601 commit ca299b0Copy full SHA for ca299b0
1 file changed
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
cd ./qtapng
75
cmake . -G "MinGW Makefiles"
76
cmake --build . --config Release
77
- cp build/plugins/imageformats/qapng.dll ${{ github.workspace }}/bin/imageformats/qapng.dll
+ cp plugins/imageformats/qapng.dll ${{ github.workspace }}/bin/imageformats/qapng.dll
78
79
- name: Build
80
run: |
0 commit comments