Build: Reintroduce Appveyor deploy
This was erroneously removed when we added travis mingw builds. We still want to push MSVC builds to github for the time being
This commit is contained in:
parent
4439437bc0
commit
3ebe22a4b2
1 changed files with 10 additions and 0 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -163,3 +163,13 @@ artifacts:
|
|||
name: build
|
||||
type: zip
|
||||
|
||||
deploy:
|
||||
provider: GitHub
|
||||
release: $(appveyor_repo_tag_name)
|
||||
auth_token:
|
||||
secure: QqePPnXbkzmXct5c8hZ2X5AbsthbI6cS1Sr+VBzcD8oUOIjfWJJKXVAQGUbQAbb0
|
||||
artifact: update,build
|
||||
draft: false
|
||||
prerelease: false
|
||||
on:
|
||||
appveyor_repo_tag: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue