From 70bbf2effc1dbd1356a480ed5d794c85d252a14f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Mon, 18 Dec 2023 21:50:50 +0000 Subject: [PATCH] Add GitLab jobs to sign and optionally publish Microsoft APPX packages Follow-up to !616 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21727815a..cb06ab1ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,3 +14,4 @@ include: - /gitlab-templates/windows-qt6.yml - /gitlab-templates/clang-format.yml - /gitlab-templates/craft-windows-x86-64.yml + - /gitlab-templates/craft-windows-appx-qt5.yml