Remove deploy from .appveyor.yml

Use GitHub Action instead
This commit is contained in:
ema
2024-12-07 05:24:08 +08:00
parent 4166be0422
commit df75e51b45

View File

@@ -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