Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cheikhshift authored Oct 5, 2017
1 parent 1bd18fa commit de2176f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@ install:
build_script:
- go build -o IDE -i .

artifacts:
- path: IDE
name: binary

deploy:
release: IDE-$(appveyor_build_version)
description: 'Browser accessible IDE'
provider: GitHub
auth_token:
secure: 2TbJMV82B5buGm/k2GN+dhfOsVqt7QQckAS3FaYJAceofkpylFxQixf8JB3TcrDg
artifact: /.*\.exe
artifact: binary
draft: false
prerelease: false
on:
Expand Down

0 comments on commit de2176f

Please sign in to comment.