Replace transfer.sh with file.io in travis script
transfer.sh is down so we need to find a new way of getting the image after it builds.
This commit is contained in:
parent
11524e9f14
commit
a3eb2d0cf0
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ script:
|
|||
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -bundle-non-qt-libs
|
||||
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -appimage
|
||||
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
|
||||
- curl --upload-file ./FeedTheMonkey*.AppImage https://transfer.sh/FeedTheMonkey-git.$(git rev-parse --short HEAD)-x86_64.AppImage
|
||||
- curl -F "file=@$(echo ./FeedTheMonkey*.AppImage) https://file.io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue