From 373431fb1a94dbdb1ece6f5f5b42662fd9fe7673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20K=C3=BCnzel?= Date: Sat, 10 Aug 2024 09:34:52 +0000 Subject: [PATCH] Add job to publish to Microsoft Store This still requires a manual action in the MS Partner Center, but makes the submission easier. Note that on purpose the job will only be available on release branches, not on master --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3be476da3..5097952ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,3 +13,4 @@ include: - /gitlab-templates/craft-android-qt6-apks.yml - /gitlab-templates/craft-appimage-qt6.yml - /gitlab-templates/craft-windows-x86-64-qt6.yml + - /gitlab-templates/craft-windows-appx-qt6.yml \ No newline at end of file