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"