diff --git a/package/deploy-bintray.sh b/package/deploy-bintray.sh index 7b5243528..22afbec92 100755 --- a/package/deploy-bintray.sh +++ b/package/deploy-bintray.sh @@ -20,6 +20,7 @@ if [ "$current_branch" == "" ]; then current_branch=$APPVEYOR_REPO_BRANCH else current_branch=unknown + fi fi if [ "$current_branch" == "master" ] && [ "$APPVEYOR_PULL_REQUEST_NUMBER" == "" ]; then # If building master, goes in slic3r_dev or slic3r, depending on whether or not this is a tagged build