changed location of Labrador.dmg in yaml

This commit is contained in:
Chris Esposito 2018-11-07 21:42:04 +11:00
parent 9025dba7a1
commit 9e3ee17a29
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ after_success:
# OSX
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
bash upload.sh Labrador.dmg
bash upload.sh bin/Labrador.dmg
# Linux
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq