From e24dcb720e3718966bf03828c982408e7484fd85 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 7 Sep 2025 22:25:29 +0000 Subject: [PATCH] [deploy-opentofu] --- .gitea/workflows/ci-test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 21f491d..1d2419b 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -143,6 +143,8 @@ jobs: echo "$name $type $output" item_id=$(bw get item "$name" | jq -r '.id') echo "$item_id" + mkdir -p "$(dirname "$output")" + echo "dir made" if [ "$type" == "attachment" ]; then echo "attachment get" bw get attachment "$output" --itemid "$item_id" --output "$output"