From a3eb2d0cf08d66cbb044f5bea622e02be6b3dfad Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Thu, 28 Mar 2019 21:07:35 +0100 Subject: [PATCH] Replace transfer.sh with file.io in travis script transfer.sh is down so we need to find a new way of getting the image after it builds. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd3eb50..7311465 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ script: - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -bundle-non-qt-libs - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -appimage - find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq - - curl --upload-file ./FeedTheMonkey*.AppImage https://transfer.sh/FeedTheMonkey-git.$(git rev-parse --short HEAD)-x86_64.AppImage + - curl -F "file=@$(echo ./FeedTheMonkey*.AppImage) https://file.io