travis release

This commit is contained in:
pokamest
2021-01-26 22:00:58 +03:00
parent 953eca6695
commit 5a16a07b57
3 changed files with 38 additions and 8 deletions
+13 -1
View File
@@ -48,7 +48,19 @@ jobs:
- cmd //c winbuild.bat
deploy:
provider: releases
api_key: $GH_TOKEN
file:
- "AmneziaVPN.exe"
- "AmneziaVPN.dmg"
skip_cleanup: true
on:
tags: true
branch: master
before_cache:
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew cleanup; fi
# Cache only .git files under "/usr/local/Homebrew" so "brew update" does not take 5min every build