mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
Travis/Appveyor publish to GitHub Releases (#2550)
This commit is contained in:
parent
87ebea7b0f
commit
fab3d24757
2 changed files with 40 additions and 20 deletions
11
appveyor.yml
11
appveyor.yml
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue