1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-17 16:07:12 +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:
packages:
- rpm
- wine
- mono-runtime
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: 'dist/terminus*'
file: $ARTIFACT
skip_cleanup: true
on:
tags: true