Skip to content

Commit 33a35f0

Browse files
committed
[build] Only sign builds if they are tagged.
1 parent 478e0fd commit 33a35f0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ deploy:
2626
- provider: Webhook
2727
url: https://app.signpath.io/API/v1/f2efa44c-5b5c-45f2-b44f-8f9dde708313/Integrations/AppVeyor?ProjectSlug=DVR-Scan&SigningPolicySlug=release-signing
2828
authorization:
29-
secure: FBgWCaxCCKOqc2spYf5NGWSNUGLbT5WeuC5U0k4Of1Ids9n51YWxhGlMyzLbdNBFe64RUcOSzk/N3emlQzbsJg==
29+
secure: FBgWCaxCCKOqc2spYf5NGWSNUGLbT5WeuC5U0k4Of1Ids9n51YWxhGlMyzLbdNBFe64RUcOSzk/N3emlQzbsJg==
30+
on:
31+
APPVEYOR_REPO_TAG: true # keep casing this way for Linux builds where variables are case-sensitive
3032

3133
install:
3234
- echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

0 commit comments

Comments
 (0)