diff --git a/.travis.yml b/.travis.yml index c60f533..4913b05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,5 @@ after_success: - ./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 + - ls -lh ./gLabels*.AppImage - curl --upload-file ./gLabels*.AppImage https://transfer.sh/gLabels-git.$(git rev-parse --short HEAD)-x86_64.AppImage