Skip to content

Commit

Permalink
changed location of Labrador.dmg in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EspoTek committed Nov 7, 2018
1 parent 9025dba commit 9e3ee17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 9e3ee17

Please sign in to comment.