Commit 2c439919 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

scripts: upload works with new build style

parent f43c668f
...@@ -22,7 +22,7 @@ if [ -z $BINTRAY_API_KEY ]; then ...@@ -22,7 +22,7 @@ if [ -z $BINTRAY_API_KEY ]; then
exit 1 exit 1
fi fi
for ARCHIVE in ./pkg/${VERSION}/dist/*; do for ARCHIVE in ./pkg/dist/*; do
ARCHIVE_NAME=$(basename ${ARCHIVE}) ARCHIVE_NAME=$(basename ${ARCHIVE})
echo Uploading: $ARCHIVE_NAME echo Uploading: $ARCHIVE_NAME
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment