Add auto upload.
This commit is contained in:
parent
18b672d2fd
commit
d9d8b35b46
|
@ -31,8 +31,8 @@ script:
|
|||
after_success:
|
||||
- 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
|
||||
- #wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
||||
- #bash upload.sh KittehPlayer*.AppImage*
|
||||
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
||||
- bash upload.sh KittehPlayer*.AppImage*
|
||||
|
||||
branches:
|
||||
except:
|
||||
|
|
Loading…
Reference in a new issue