Skip to content

Commit

Permalink
Adds github deploy release on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed May 20, 2018
1 parent 1163b20 commit 5cb38bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ test: off
artifacts:
- path: '**/libs/*'
name: Jars
deploy:
- provider: GitHub
auth_token:
secure: iRYg7BaJ7cJ9OB18xvaOhmmhSZjN48FU2/2tB6K3qyqY2ubxOJTF2yYowAzksBYo
artifact: /.*\.*/
on:
appveyor_repo_tag: true

0 comments on commit 5cb38bf

Please sign in to comment.