From bae8e6d75a8b085a58ed869ded911b15c24fc542 Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Tue, 24 Feb 2026 16:17:03 +0100 Subject: [PATCH] fix master ci --- .gitlab-ci-files/windows-desktop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci-files/windows-desktop.yml b/.gitlab-ci-files/windows-desktop.yml index 30f9d47e1..fbe7a32e1 100644 --- a/.gitlab-ci-files/windows-desktop.yml +++ b/.gitlab-ci-files/windows-desktop.yml @@ -235,6 +235,7 @@ win64-codesigning: rules: - !reference [.rules-merge-request-manual, rules] - if: $PACKAGE_WINDOWS + - if: $NIGHTLY_MASTER script: - cd build-desktop/OUTPUT/Packages/ - Invoke-Expression "& ${WINDOWS_SIGN_TOOL} sign /fd SHA256 /t ${WINDOWS_SIGN_TIMESTAMP_URL} /sha1 ${WINDOWS_SIGN_HASH} *.exe"