Skip to content

Commit 0dfd2ea

Browse files
committed
Travis: do not zip
1 parent 291ec1e commit 0dfd2ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,10 @@ before_script:
8787
./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs ;
8888
./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage ;
8989
find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq ;
90-
zip -r9 rpcs3.zip ./RPCS3*.AppImage;
9190
if [ -z "$WITHOUT_LLVM" ]; then
9291
export LLVM="-LLVM";
9392
fi;
94-
curl ${UPLOAD_URL}${TRAVIS_COMMIT:0:7}-${TRAVIS_BUILD_NUMBER}${LLVM}_linux64 --upload-file rpcs3.zip;
93+
curl ${UPLOAD_URL}${TRAVIS_COMMIT:0:7}-${TRAVIS_BUILD_NUMBER}${LLVM}_linux64 --upload-file ./RPCS3*.AppImage;
9594
fi;
9695

9796
script:

0 commit comments

Comments
 (0)