Skip to content

Commit

Permalink
deploy to GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
corux committed Jul 9, 2016
1 parent 321f664 commit f4f1f56
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
version: '{build}'

artifacts:
- path: 'bin\artifacts\*.exe'

build_script:
- build.bat

test: off

deploy:
- provider: GitHub
artifact: /.*\.exe/
auth_token:
secure: S38Udmjk/tDNbc17u2808ocmmWvHXUEIJZxnJNnD6U0mFAzevJMbGUUHIkvEoQVY
on:
branch: master
appveyor_repo_tag: true

0 comments on commit f4f1f56

Please sign in to comment.