We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478e0fd commit 33a35f0Copy full SHA for 33a35f0
1 file changed
appveyor.yml
@@ -26,7 +26,9 @@ deploy:
26
- provider: Webhook
27
url: https://app.signpath.io/API/v1/f2efa44c-5b5c-45f2-b44f-8f9dde708313/Integrations/AppVeyor?ProjectSlug=DVR-Scan&SigningPolicySlug=release-signing
28
authorization:
29
- secure: FBgWCaxCCKOqc2spYf5NGWSNUGLbT5WeuC5U0k4Of1Ids9n51YWxhGlMyzLbdNBFe64RUcOSzk/N3emlQzbsJg==
+ secure: FBgWCaxCCKOqc2spYf5NGWSNUGLbT5WeuC5U0k4Of1Ids9n51YWxhGlMyzLbdNBFe64RUcOSzk/N3emlQzbsJg==
30
+ on:
31
+ APPVEYOR_REPO_TAG: true # keep casing this way for Linux builds where variables are case-sensitive
32
33
install:
34
- echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
0 commit comments