Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Florenti committed Aug 5, 2024
1 parent 2f220a0 commit 402e4d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-scripts/upload.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
echo "BRANCH: $BRANCH, UPLOAD_URL: $UPLOAD_URL, UPLOAD_KEY: $UPLOAD_KEY"
cd dist && find * -type f -exec echo 'Uploading @{}' \; -exec curl -4 -F 'file=@{}' -F "path=$BRANCH/{}" -F "key=$UPLOAD_KEY" "$UPLOAD_URL"
cd dist
find * -type f -exec echo 'Uploading @{}' \; -exec curl -4 -F 'file=@{}' -F "path=$BRANCH/{}" -F "key=$UPLOAD_KEY" "$UPLOAD_URL"\;

0 comments on commit 402e4d8

Please sign in to comment.