Skip to content

Commit

Permalink
update appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelroecker committed May 27, 2016
1 parent f0b2054 commit b26b729
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ build_script:

test: off

artifacts:
- path: dist\win\*.exe
name: GLBrowser-win-x64

deploy:
release: $(APPVEYOR_REPO_TAG_NAME)
description: 'GLBrowser binaries'
provider: GitHub
auth_token:
secure: Iw1LOHpMR1UmPK3xaxVMow6d9FTgIIhkSEC4zqmh4kw423OYj1yyvYFwPG1N39sI
artifact: /.*\.nupkg/
artifact: /.*\.exe/
draft: false
prerelease: false
on:
Expand Down

0 comments on commit b26b729

Please sign in to comment.