fix: upload to forms/ subdir
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6ab8f38364
commit
ced9a7b55f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue