diff --git a/AppVeyor/appveyor.yml b/AppVeyor/appveyor.yml index f63a51504..d1721611a 100644 --- a/AppVeyor/appveyor.yml +++ b/AppVeyor/appveyor.yml @@ -25,4 +25,17 @@ artifacts: - path: ShareX.Setup\InnoSetup\Output\ShareX-portable.zip name: Portable - path: ShareX.Setup\InnoSetup\Output\ShareX-Steam - name: Steam \ No newline at end of file + 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 \ No newline at end of file