diff --git a/.travis.yml b/.travis.yml
index 7fd716448895a23bf2f86e9920590d2794237678..a53bea93a0a25ef0ff16a4b6cef42fd37277e82c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,5 +21,5 @@ script:
   - chmod a+x linuxdeployqt-799f704-x86-64.appimage
   - export VERSION=$(git describe --always)
   - ./linuxdeployqt-799f704-x86-64.appimage ./xdgurl.AppDir/xdgurl -verbose=2 -appimage
-  - ls -lh
-  - # curl --upload-file ./xdgurl-*.AppImage https://transfer.sh/xdgurl-$VERSION-x86_64.appimage
+  - AI=$(ls xdgurl-release-*.AppImage)
+  - curl --upload-file "$AI" "https://transfer.sh/$AI"