From 3c7c7cfa431e8324674a0cda6a2552c70a8ce75d Mon Sep 17 00:00:00 2001 From: Cheikh Seck Date: Thu, 5 Oct 2017 04:32:47 +0000 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fba59bb..4ca2ba1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,8 +21,15 @@ install: build_script: - go build -o dist\IDE -i . -on_success: - - git add - - git commit - - git push +deploy: + release: IDE-$(appveyor_build_version) + description: 'Browser accessible IDE' + provider: GitHub + auth_token: + secure: 2TbJMV82B5buGm/k2GN+dhfOsVqt7QQckAS3FaYJAceofkpylFxQixf8JB3TcrDg + artifact: binary # This is the name we specified in the artifacts section. + draft: false + prerelease: false + on: + branch: master