From 0dfd2eadc109d931a6504833c2c53e2d973477b6 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Thu, 20 Jul 2017 18:02:01 +0300 Subject: [PATCH] Travis: do not zip --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04a7da4afc..ff8388e2f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,11 +87,10 @@ before_script: ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs ; ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage ; find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq ; - zip -r9 rpcs3.zip ./RPCS3*.AppImage; if [ -z "$WITHOUT_LLVM" ]; then export LLVM="-LLVM"; fi; - curl ${UPLOAD_URL}${TRAVIS_COMMIT:0:7}-${TRAVIS_BUILD_NUMBER}${LLVM}_linux64 --upload-file rpcs3.zip; + curl ${UPLOAD_URL}${TRAVIS_COMMIT:0:7}-${TRAVIS_BUILD_NUMBER}${LLVM}_linux64 --upload-file ./RPCS3*.AppImage; fi; script: