1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(deploy): fix file path in AppImage deployment

This commit is contained in:
sudden6 2018-07-04 00:54:31 +02:00
parent de416653b9
commit 64602f38f1
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
2 changed files with 5 additions and 1 deletions

View File

@ -127,7 +127,8 @@ deploy:
- provider: releases
api_key:
secure: "BRbzTWRvadALRQSTihMKruOj64ydxusMUS9FQR//qFlS345ZYfYta43W//4LcWWDKtj6IvA6DRqNdabgWnpbpxpnm9gVftGUdOKlU3niPZhwsMkB2M12QHUnAP6DVOfGPvdciBV+6mu73SSxniEcrYjZ1CrRX7mknmehPpVKxNk="
file: ./output/qTox-"$TRAVIS_TAG".AppImage
file_glob: true
file: ./output/*
on:
condition: $JOB == APPIMAGE
repo: qTox/qTox

View File

@ -22,6 +22,9 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
+set -exo pipefail
# This script should be run from the root of the repository
if [ ! -f ./appimage/build-appimage.sh ]; then