From df75e51b45f8b2e8ed7c09d86b75e5438eb8d7c6 Mon Sep 17 00:00:00 2001 From: ema Date: Sat, 7 Dec 2024 05:24:08 +0800 Subject: [PATCH] Remove deploy from .appveyor.yml Use GitHub Action instead --- .appveyor.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 00edeea..76c4df4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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