aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-19 02:17:08 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-19 02:17:08 +0100
commita0fd8875aabb244d35e2ddf785f546c336ed9622 (patch)
treec043a7998c515ef30c13f2ceb0eaf170470e57bd /.travis.yml
parentcef637d8e1bb8717f9b18ffed1f1115a0d1f9dff (diff)
downloadqpdf-a0fd8875aabb244d35e2ddf785f546c336ed9622.tar.zst
Fix typo in travis file
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files 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