Set up AppVeyor deployment to GitHub Releases

This commit is contained in:
Zeex 2016-07-03 02:00:36 +06:00
parent 128a548f28
commit 66830c8786

View File

@ -13,3 +13,15 @@ build_script:
artifacts:
- path: pawnc-*-windows.zip
name: Binary package
deploy:
description: '<Put release description here>'
provider: GitHub
auth_token:
secure: ++mk9GhXTpN/hdVjIIi/nHpu0gYpDybMJNDPB3lld8r1UyfoPbz08SVGeSS84HjR
artifact: /pawnc-.*-windows\.zip/
draft: true
prerelease: true
on:
branch: master
appveyor_repo_tag: true