mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-30 06:04:37 +00:00
Compare commits
5 Commits
v1.0.0-alp
...
v1.0.0-alp
Author | SHA1 | Date | |
---|---|---|---|
![]() |
edc911605b | ||
![]() |
30115d0996 | ||
![]() |
5204d944c6 | ||
![]() |
39335bc23a | ||
![]() |
cad417694d |
@@ -9,8 +9,6 @@ environment:
|
||||
cache:
|
||||
- '%USERPROFILE%\.electron'
|
||||
|
||||
skip_tags: true
|
||||
|
||||
version: "{build}"
|
||||
|
||||
install:
|
||||
@@ -24,6 +22,8 @@ build_script:
|
||||
- node scripts/prepackage-plugins.js
|
||||
- node scripts/build-windows.js
|
||||
|
||||
artifacts:
|
||||
- path: 'dist\win\*.exe'
|
||||
deploy:
|
||||
provider: GitHub
|
||||
auth_token:
|
||||
@@ -31,6 +31,7 @@ deploy:
|
||||
artifact: /.*\.exe/
|
||||
draft: false
|
||||
prerelease: false
|
||||
force_update: true
|
||||
on:
|
||||
branch: master
|
||||
appveyor_repo_tag: true
|
||||
|
Reference in New Issue
Block a user