From 844cd0d95f7b0b5b65462183a80b0b2f48394653 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Fri, 27 Feb 2026 11:15:29 +0100 Subject: [PATCH] build(ci): switch SignPath to release-signing policy --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2993e4df3d..a787320fea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -322,7 +322,7 @@ jobs: api-token: ${{ secrets.SIGNPATH_API_TOKEN }} organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }} project-slug: super-productivity - signing-policy-slug: 'test-signing' + signing-policy-slug: 'release-signing' artifact-configuration-slug: 'github-zip-pe' github-artifact-id: ${{ steps.upload-unsigned.outputs.artifact-id }} output-artifact-directory: '.tmp/app-builds-signed/'