appveyor: disable deploy to GitHub
This commit is contained in:
parent
7db0588d6b
commit
d0c5121dc4
1 changed files with 0 additions and 11 deletions
11
appveyor.yml
11
appveyor.yml
|
@ -171,17 +171,6 @@ artifacts:
|
|||
- path: $(BUILD_UPDATE)
|
||||
name: update
|
||||
|
||||
deploy:
|
||||
provider: GitHub
|
||||
release: $(appveyor_repo_tag_name)
|
||||
auth_token:
|
||||
secure: "dbpsMC/MgPKWFNJCXpQl4cR8FYhepkPLjgNp/pRMktZ8oLKTqPYErfreaIxb/4P1"
|
||||
artifact: update,build
|
||||
draft: false
|
||||
prerelease: false
|
||||
on:
|
||||
appveyor_repo_tag: true
|
||||
|
||||
notifications:
|
||||
- provider: Webhook
|
||||
url: https://api.citra-emu.org/code/appveyor/notify
|
||||
|
|
Loading…
Reference in a new issue