aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeifa <26681464+TrickyLeifa@users.noreply.github.com>2024-07-03 08:38:46 +0200
committerGitHub <noreply@github.com>2024-07-03 08:38:46 +0200
commita1e13f62fd47f09dc973e7c36987e161ecb19cdf (patch)
treec7093383f59f7fb18261148f7c0c26862a47dd36
parent1a7884a726cd95873490b311bcbe6af024d40586 (diff)
Update windows CI to build APNG in the proper directory (#1001)
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 94cf4e8b..93f18fd9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -81,7 +81,7 @@ jobs:
- name: Build Apng plugin
run: |
cd ./qtapng
- cmake .
+ cmake . -D CMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE="${{ github.workspace }}/bin/imageformats/"
cmake --build . --config Release
- name: Build