From f8a991e4a3d38d8742cdd9a3c20dde69e341a080 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Thu, 14 Nov 2024 12:40:01 +0000 Subject: [PATCH] Use release signing certificate for Windows installer. --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index cc4111281..76a73da70 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -99,7 +99,7 @@ jobs: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '553b8f53-adf0-4fe5-be3d-283504a21a51' project-slug: 'sdrangel' - signing-policy-slug: 'test-signing' + signing-policy-slug: 'release-signing' github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}' wait-for-completion: true output-artifact-directory: '${{ github.workspace }}\build\signed'