fix: upload to forms/ subdir
ci/woodpecker/push/woodpecker Pipeline was successful Details

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
1 changed files with 1 additions and 1 deletions

View File

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