This commit is contained in:
Eugene Pankov 2017-06-24 20:05:49 +02:00
parent 5204d944c6
commit 30115d0996

View file

@ -22,11 +22,13 @@ build_script:
- node scripts/prepackage-plugins.js
- node scripts/build-windows.js
artifacts:
- path: 'dist\win\*.exe'
deploy:
provider: GitHub
auth_token:
secure: wvxHVlprvhfdOHgmVEDIwjCHYlmuDykteIEHpAfpi807+1lJD3ld2/OS6+0fgU4e
artifact: dist\win\*.exe
artifact: 'dist\win\*.exe'
draft: false
prerelease: false
force_update: true