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% name: QuickLook-%GIT_TAG%
- path: QuickLook-%GIT_TAG%.msi - path: QuickLook-%GIT_TAG%.msi
name: QuickLook-%GIT_TAG% name: QuickLook-%GIT_TAG%
deploy: # deploy:
- provider: GitHub # - provider: GitHub
auth_token: # auth_token:
secure: 5CSvkfKBq9kUho529L1tkH5ywQQFJY/A8Y6lNoHGJFi7mnSqQAaoiVPbUVU4a/KC # secure: 5CSvkfKBq9kUho529L1tkH5ywQQFJY/A8Y6lNoHGJFi7mnSqQAaoiVPbUVU4a/KC
artifact: QuickLook-$(APPVEYOR_REPO_TAG_NAME) # artifact: QuickLook-$(APPVEYOR_REPO_TAG_NAME)
draft: true # draft: true
on: # on:
APPVEYOR_REPO_TAG: true # APPVEYOR_REPO_TAG: true