This commit is contained in:
Eugene Pankov
2017-06-24 19:01:56 +02:00
parent 5372ccf59c
commit fe75b77420
2 changed files with 13 additions and 7 deletions

View File

@@ -24,5 +24,13 @@ build_script:
- node scripts/prepackage-plugins.js
- node scripts/build-windows.js
artifacts:
- path: 'dist\*.exe'
deploy:
provider: GitHub
auth_token:
secure: wvxHVlprvhfdOHgmVEDIwjCHYlmuDykteIEHpAfpi807+1lJD3ld2/OS6+0fgU4e
artifact: /.*\.exe/
draft: false
prerelease: false
on:
branch: master
appveyor_repo_tag: true