mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-01 18:35:13 +00:00
Remove deploy from .appveyor.yml
Use GitHub Action instead
This commit is contained in:
@@ -38,11 +38,11 @@ artifacts:
|
||||
name: QuickLook-%GIT_TAG%
|
||||
- path: QuickLook-%GIT_TAG%.msi
|
||||
name: QuickLook-%GIT_TAG%
|
||||
deploy:
|
||||
- provider: GitHub
|
||||
auth_token:
|
||||
secure: 5CSvkfKBq9kUho529L1tkH5ywQQFJY/A8Y6lNoHGJFi7mnSqQAaoiVPbUVU4a/KC
|
||||
artifact: QuickLook-$(APPVEYOR_REPO_TAG_NAME)
|
||||
draft: true
|
||||
on:
|
||||
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
|
||||
|
Reference in New Issue
Block a user