1
0
Fork 0

Add auto upload.

This commit is contained in:
NamedKitten 2018-10-13 20:27:55 +01:00
parent 18b672d2fd
commit d9d8b35b46

View file

@ -31,8 +31,8 @@ script:
after_success: after_success:
- find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq - find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
- curl --upload-file KittehPlayer*.AppImage https://transfer.sh/KittehPlayer-git.$(git rev-parse --short HEAD)-x86_64.AppImage - curl --upload-file KittehPlayer*.AppImage https://transfer.sh/KittehPlayer-git.$(git rev-parse --short HEAD)-x86_64.AppImage
- #wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- #bash upload.sh KittehPlayer*.AppImage* - bash upload.sh KittehPlayer*.AppImage*
branches: branches:
except: except: