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 402e4d8 commit c2b74a6Copy full SHA for c2b74a6
build-scripts/upload.sh
@@ -1,3 +1,2 @@
1
-echo "BRANCH: $BRANCH, UPLOAD_URL: $UPLOAD_URL, UPLOAD_KEY: $UPLOAD_KEY"
2
cd dist
3
find * -type f -exec echo 'Uploading @{}' \; -exec curl -4 -F 'file=@{}' -F "path=$BRANCH/{}" -F "key=$UPLOAD_KEY" "$UPLOAD_URL"\;
0 commit comments