We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef1d0a commit e93b03eCopy full SHA for e93b03e
build-scripts/upload.sh
@@ -1 +1,2 @@
1
+echo "BRANCH: $BRANCH, UPLOAD_URL: $UPLOAD_URL, UPLOAD_KEY: $UPLOAD_KEY"
2
cd dist && find * -type f -exec echo 'Uploading @{}' \; -exec curl -4 -F 'file=@{}' -F "path=$BRANCH/{}" -F "key=$UPLOAD_KEY" "$UPLOAD_URL"
0 commit comments