From af1dea3b2b3ef00cbda7544af5124fccc05fee50 Mon Sep 17 00:00:00 2001 From: Ahsan Date: Tue, 7 Apr 2026 23:08:25 +0600 Subject: [PATCH] fix(ci): create artifacts directory before downloading api spec --- Taskfile.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index fdd655f..e781582 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -72,6 +72,7 @@ tasks: # language=bash - | echo -n "Pulling the latest OpenAPI spec... " + mkdir -p "{{.DIR_ARTIFACTS}}" curl -s "${HYPERSTACK_API_SPEC_ADDRESS}" > "{{.API_SPEC_PATH}}" echo "done" echo -n "Fixing api spec... "