We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4166be0 commit df75e51Copy full SHA for df75e51
.appveyor.yml
@@ -38,11 +38,11 @@ artifacts:
38
name: QuickLook-%GIT_TAG%
39
- path: QuickLook-%GIT_TAG%.msi
40
41
-deploy:
42
-- provider: GitHub
43
- auth_token:
44
- secure: 5CSvkfKBq9kUho529L1tkH5ywQQFJY/A8Y6lNoHGJFi7mnSqQAaoiVPbUVU4a/KC
45
- artifact: QuickLook-$(APPVEYOR_REPO_TAG_NAME)
46
- draft: true
47
- on:
48
- APPVEYOR_REPO_TAG: true
+# deploy:
+# - provider: GitHub
+# auth_token:
+# secure: 5CSvkfKBq9kUho529L1tkH5ywQQFJY/A8Y6lNoHGJFi7mnSqQAaoiVPbUVU4a/KC
+# artifact: QuickLook-$(APPVEYOR_REPO_TAG_NAME)
+# draft: true
+# on:
+# APPVEYOR_REPO_TAG: true
0 commit comments