Skip to content

Commit bb57151

Browse files
committed
CI(appveyor): Use release signing
Apparently we have been using our test certificate for signing our released binaries so far. This is obviously not what we want, so this commit changes this so now the actual (proper) certificate will be used. (cherry picked from commit ab04c58)
1 parent bc228b0 commit bb57151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ artifacts:
4343

4444
deploy:
4545
- provider: Webhook
46-
url: https://app.signpath.io/API/v1/79916aba-7a9f-448d-91c6-fb83593b59d3/Integrations/AppVeyor?ProjectSlug=mumble&SigningPolicySlug=test-signing
46+
url: https://app.signpath.io/API/v1/79916aba-7a9f-448d-91c6-fb83593b59d3/Integrations/AppVeyor?ProjectSlug=mumble&SigningPolicySlug=release-signing
4747
authorization:
4848
secure: WKbGSfFSHTtODf6eHRSHPAobctJli48O/VoMpCYTuIlITl2piOpCH6igCRDX4EuJTzgDX45H34tVfPuNzSMdLA==

0 commit comments

Comments
 (0)