Skip to content

Commit

Permalink
ci: add deployment info to appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
zserge committed Oct 8, 2017
1 parent 7c7e62f commit 167cb86
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,15 @@ install:
build_script:
- IF EXIST .git\shallow (git fetch --unshallow --tags)
- cd dist && release-windows.bat

deploy:
description: 'Glitch release'
provider: GitHub
auth_token:
secure: y3+wTHgRTx60M3ZWVy29AzzWPBCFFHah7sRDHvh32pAYaxeKHRN6qNXFnb6IAKeX
artifact: /dist\/glitch.*\.zip/
draft: false
prerelease: false
on:
branch: master
appveyor_repo_tag: true

0 comments on commit 167cb86

Please sign in to comment.