1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-19 08:57:34 +03:00
This commit is contained in:
Eugene Pankov 2017-06-24 18:43:31 +02:00
parent 19e4620676
commit 4dad9b1661

View File

@ -31,12 +31,14 @@ addons:
apt: apt:
packages: packages:
- rpm - rpm
- wine
- mono-runtime
deploy: deploy:
provider: releases provider: releases
api_key: $GITHUB_TOKEN api_key: $GITHUB_TOKEN
file_glob: true file_glob: true
file: 'dist/terminus*' file: $ARTIFACT
skip_cleanup: true skip_cleanup: true
on: on:
tags: true tags: true