aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-05-01 18:00:58 +0000
committersaturneric <[email protected]>2025-05-01 18:00:58 +0000
commitafab9136fe62c3b495c5e24fb119955a5a63648e (patch)
tree7c36d893b456b6123fb8a1d32aca0b370c7a53ad
parentfix: nightly ci syntax (diff)
downloadGpgFrontend-afab9136fe62c3b495c5e24fb119955a5a63648e.tar.gz
GpgFrontend-afab9136fe62c3b495c5e24fb119955a5a63648e.zip
fix: release qt5 build ci
-rw-r--r--.github/workflows/release-qt5.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-qt5.yml b/.github/workflows/release-qt5.yml
index fd1f7ba0..38c5107a 100644
--- a/.github/workflows/release-qt5.yml
+++ b/.github/workflows/release-qt5.yml
@@ -184,7 +184,7 @@ jobs:
- name: Build GpgFrontend (Linux)
run: |
- cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DGPGFRONTEND_QT5_BUILD=ON
+ cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DGPGFRONTEND_QT5_BUILD=ON -DGPGFRONTEND_BUILD_APP_IMAGE=ON
cmake --build ${{github.workspace}}/build --config {{$env.BUILD_TYPE}} -- -v
if: runner.os == 'Linux'