Deploy Windows artifacts to GitHub release

This commit is contained in:
Daniel Wolf 2018-04-27 21:13:16 +02:00
parent 8131cecff0
commit eee8e5d5e5
1 changed files with 10 additions and 0 deletions

View File

@ -16,3 +16,13 @@ test_script:
- build\rhubarb\Release\runTests.exe
artifacts:
- path: build\rhubarb-lip-sync-*.zip
deploy:
provider: GitHub
release: $(APPVEYOR_REPO_TAG_NAME)
description: ''
auth_token:
secure: Gk7y8Cb9ImDBthgL56W1QMWDEp4oIcbUeKgXnkiBsy7G+V6H59MPXv0ZC7Zht8+3
artifact: /.*\.zip/
draft: true
on:
appveyor_repo_tag: true