From eceedd5db8c52ee2678da19b67ed5b175a743594 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Tue, 5 Nov 2024 11:12:14 +0000 Subject: [PATCH] Windows code signing: Use test certificate until release certificate is available. --- .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 768e43c4e..d29e89260 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: 'release-signing' + signing-policy-slug: 'test-signing' github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}' wait-for-completion: true output-artifact-directory: '${{ github.workspace }}/build/sdrangel-${{ steps.get_version.outputs.version }}-win64-signed.exe'