From a0fd8875aabb244d35e2ddf785f546c336ed9622 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 18 Feb 2018 20:17:08 -0500 Subject: [PATCH] Fix typo in travis file --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe84f3c8..44a16c14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,5 @@ script: after_success: - cd appimage/build - find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq - - curl --upload-file ./QPDF*.AppImage https://transfer.sh/QPDF-git.$(git rev-parse --short HEAD)-x86_64.AppImage - - sha512sum ./QPDF*.AppImage + - curl --upload-file ./qpdf*.AppImage https://transfer.sh/qpdf-git.$(git rev-parse --short HEAD)-x86_64.AppImage + - sha512sum ./qpdf*.AppImage