Fix upload artifacts script to fail, add release upload script

This should improve reliability
This commit is contained in:
Andrey Smirnov
2019-07-05 20:08:31 +03:00
parent 37166af321
commit a834461752
2 changed files with 34 additions and 4 deletions
+6
View File
@@ -92,3 +92,9 @@ deploy:
on:
branch: master
condition: "$DEPLOY_BINARIES = yes"
- provider: script
script: bash upload-artifacts.sh release
skip_cleanup: true
on:
tags: true
condition: "$DEPLOY_BINARIES = yes"