Commit a0fd8875aabb244d35e2ddf785f546c336ed9622
1 parent
cef637d8
Fix typo in travis file
Showing
1 changed file
with
2 additions
and
2 deletions
.travis.yml
| ... | ... | @@ -9,5 +9,5 @@ script: |
| 9 | 9 | after_success: |
| 10 | 10 | - cd appimage/build |
| 11 | 11 | - find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq |
| 12 | - - curl --upload-file ./QPDF*.AppImage https://transfer.sh/QPDF-git.$(git rev-parse --short HEAD)-x86_64.AppImage | |
| 13 | - - sha512sum ./QPDF*.AppImage | |
| 12 | + - curl --upload-file ./qpdf*.AppImage https://transfer.sh/qpdf-git.$(git rev-parse --short HEAD)-x86_64.AppImage | |
| 13 | + - sha512sum ./qpdf*.AppImage | ... | ... |