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 ff8ac9e commit c1a7b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build_script:
- go build -o dist\IDE -i .

artifacts:
- path: dist/IDE
- path: dist\IDE.exe
name: binary

deploy:
Expand All @@ -31,7 +31,7 @@ deploy:
provider: GitHub
auth_token:
secure: 2TbJMV82B5buGm/k2GN+dhfOsVqt7QQckAS3FaYJAceofkpylFxQixf8JB3TcrDg
artifact: binary # This is the name we specified in the artifacts section.
artifact: binary
draft: false
prerelease: false
on:
Expand Down

0 comments on commit c1a7b9e

Please sign in to comment.