From 9e3ee17a29f90077a41b142efe0fd1a6d5b932c9 Mon Sep 17 00:00:00 2001 From: Chris Esposito Date: Wed, 7 Nov 2018 21:42:04 +1100 Subject: [PATCH] changed location of Labrador.dmg in yaml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eea0ae97..a5b5926b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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