Skip to content

Commit

Permalink
Fixed path for binary deploys.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 14, 2015
1 parent 4dee847 commit 2b89696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy.sh
Expand Up @@ -65,9 +65,9 @@ if [[ $RVM == "rbx-2" ]]; then
bucket="rubinius-binaries-rubinius-com"

if [[ $TRAVIS_OS_NAME == linux ]]; then
path="ubuntu/12.04/x86_64/"
path="/ubuntu/12.04/x86_64/"
else
path="osx/10.9/x86_64/"
path="/osx/10.9/x86_64/"
fi

rbx_upload_files "$bucket" "$release_name" "$path"
Expand Down

0 comments on commit 2b89696

Please sign in to comment.