Prevent Stomping of AppImage

This commit is contained in:
Chris Esposito 2019-08-21 11:13:58 +10:00 committed by GitHub
parent ba4d61de7a
commit 252b95c267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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