We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291ec1e commit 0dfd2eaCopy full SHA for 0dfd2ea
.travis.yml
@@ -87,11 +87,10 @@ before_script:
87
./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs ;
88
./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage ;
89
find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq ;
90
- zip -r9 rpcs3.zip ./RPCS3*.AppImage;
91
if [ -z "$WITHOUT_LLVM" ]; then
92
export LLVM="-LLVM";
93
fi;
94
- 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;
95
96
97
script:
0 commit comments