Skip to content

Commit

Permalink
Remove deploy from .appveyor.yml
Browse files Browse the repository at this point in the history
Use GitHub Action instead
  • Loading branch information
emako committed Dec 6, 2024
1 parent 4166be0 commit df75e51
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit df75e51

Please sign in to comment.