AppVeyor will upload release build to GitHub automatically on Git tag push

This commit is contained in:
Jaex 2016-09-23 03:13:56 +03:00
parent 807dba4b15
commit f614aa374c

View file

@ -25,4 +25,17 @@ artifacts:
- path: ShareX.Setup\InnoSetup\Output\ShareX-portable.zip
name: Portable
- path: ShareX.Setup\InnoSetup\Output\ShareX-Steam
name: Steam
name: Steam
deploy:
provider: GitHub
release: ShareX $(AppVersion)
description: [Changelog](https://github.com/ShareX/ShareX/wiki/Changelog)
auth_token:
secure: bbUkNvyu1jnKkuZGlM1ois3MkmpCMlm3Lv68L9V5AYepHt1SG4ZQ15ZoKfjOFg9R
artifact: Setup,Portable
draft: true
prerelease: true
on:
branch: master
configuration: Release
appveyor_repo_tag: true