Skip to content

Commit ca299b0

Browse files
bet
1 parent 662c601 commit ca299b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
cd ./qtapng
7575
cmake . -G "MinGW Makefiles"
7676
cmake --build . --config Release
77-
cp build/plugins/imageformats/qapng.dll ${{ github.workspace }}/bin/imageformats/qapng.dll
77+
cp plugins/imageformats/qapng.dll ${{ github.workspace }}/bin/imageformats/qapng.dll
7878
7979
- name: Build
8080
run: |

0 commit comments

Comments
 (0)