pull/110/head
openbuilds-engineer 2018-08-10 17:34:42 +02:00
rodzic 37805fd236
commit f45e5880f7
1 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -35,3 +35,15 @@ before_cache:
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
deploy:
provider: releases
skip_cleanup: true
api_key: $GH_TOKEN
file_glob: true
file:
- "dist/*.AppImage"
- "dist/*.deb"
- "dist/*.dmg"
on:
tags: true