fix: upload to forms/ subdir
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Aravinth Manivannan 2022-12-28 17:42:23 +05:30
parent 6ab8f38364
commit ced9a7b55f
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -94,7 +94,7 @@ delete_dir() {
} }
upload_dist() { upload_dist() {
upload_dist="librepages/$1" upload_dist="forms/$1"
delete_dir $upload_dist delete_dir $upload_dist
pushd $TMP_DIR pushd $TMP_DIR