mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-06 16:41:49 +00:00
.
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: BUILD_FOR=windows ARTIFACT="dist/win/*.exe"
|
||||
- os: linux
|
||||
env: BUILD_FOR=linux ARTIFACT="dist/terminus*"
|
||||
env: BUILD_FOR=linux
|
||||
- os: osx
|
||||
env: BUILD_FOR=macos ARTIFACT="dist/terminus*"
|
||||
env: BUILD_FOR=macos
|
||||
|
||||
language: node_js
|
||||
node_js: 7
|
||||
@@ -39,7 +37,7 @@ deploy:
|
||||
provider: releases
|
||||
api_key: $GITHUB_TOKEN
|
||||
file_glob: true
|
||||
file: $ARTIFACT
|
||||
file: "dist/terminus*"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
Reference in New Issue
Block a user