From 2c43991936da583a470a698052a09cbc2192454c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 19 Nov 2013 13:30:09 -0800 Subject: [PATCH] scripts: upload works with new build style --- scripts/upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upload.sh b/scripts/upload.sh index 56d0730f6..9854a3b0e 100755 --- a/scripts/upload.sh +++ b/scripts/upload.sh @@ -22,7 +22,7 @@ if [ -z $BINTRAY_API_KEY ]; then exit 1 fi -for ARCHIVE in ./pkg/${VERSION}/dist/*; do +for ARCHIVE in ./pkg/dist/*; do ARCHIVE_NAME=$(basename ${ARCHIVE}) echo Uploading: $ARCHIVE_NAME