Skip to content

Commit df75e51

Browse files
committed
Remove deploy from .appveyor.yml
Use GitHub Action instead
1 parent 4166be0 commit df75e51

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.appveyor.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ artifacts:
3838
name: QuickLook-%GIT_TAG%
3939
- path: QuickLook-%GIT_TAG%.msi
4040
name: QuickLook-%GIT_TAG%
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
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

0 commit comments

Comments
 (0)