Skip to content

Commit

Permalink
Github release from appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
gerich-home committed Feb 10, 2016
1 parent 9607be9 commit a0ecb19
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,15 @@ build: off

artifacts:
- path: 'out\build\*.js'
name: it-depends
name: it-depends

deploy:
release: 'it-depends $(APPVEYOR_REPO_TAG_NAME)'
provider: GitHub
prerelease: true
auth_token:
secure: iIQYZTIjnJwRMu4NGFO9iDWVxiULK/6RfSWY6R9Z8W7daJPdGQGMBqblEcpYa9xZ
artifact: it-depends
on:
branch: master
appveyor_repo_tag: true

0 comments on commit a0ecb19

Please sign in to comment.