Travis/Appveyor publish to GitHub Releases (#2550)

This commit is contained in:
Zach H 2017-03-28 13:37:59 -04:00 committed by GitHub
parent 87ebea7b0f
commit fab3d24757
2 changed files with 40 additions and 20 deletions

View file

@ -86,3 +86,14 @@ build_script:
Push-AppveyorArtifact "latest-$env:target_arch"
$version = $matches['content']
test: off
deploy:
description: "Dev build of Cockatrice"
provider: GitHub
auth_token:
secure: JHNaVdd4Hdig2aF8q268OM33TbyHtoya0Pui9IBMAVZigwL4PHhTr921ZpSxlqlt
artifact: /.*\.exe/
draft: false
prerelease: true
force_update: true
on:
appveyor_repo_tag: true