mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
.
This commit is contained in:
parent
5204d944c6
commit
30115d0996
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue