From 8c65edd2571c2603636eecf5a23da7d4d444796f Mon Sep 17 00:00:00 2001 From: realaravinth Date: Mon, 15 Aug 2022 17:25:22 +0530 Subject: [PATCH] fix: upload path --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 3f87e41d..5b9caf09 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -104,7 +104,7 @@ upload_dist() { do curl -v \ -F upload=@$file \ - "$DUMBSERVE_HOST/api/v1/files/upload?path=$1/" + "$DUMBSERVE_HOST/api/v1/files/upload?path=mCaptcha/$1/" done popd }