scripts: upload works with new build style

This commit is contained in:
Mitchell Hashimoto 2013-11-19 13:30:09 -08:00
parent f43c668f8c
commit 2c43991936
1 changed files with 1 additions and 1 deletions

View File

@ -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