From 446effe8390ddf0ac3e8204dd580853372d7fe05 Mon Sep 17 00:00:00 2001
From: David Li
Date: Fri, 22 May 2026 08:41:13 +0900
Subject: [PATCH] ci: fix workflow syntax
---
.github/workflows/script_release.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/script_release.yaml b/.github/workflows/script_release.yaml
index 8cfd491..1c58db4 100644
--- a/.github/workflows/script_release.yaml
+++ b/.github/workflows/script_release.yaml
@@ -324,7 +324,7 @@ jobs:
source .env.release
fi
set +a
- pixi run adbc-make check CI=true VERBOSE=true DRIVER=clickhouse IMPL_LANG=script TOOLCHAIN=rustRELEASE=true
+ pixi run adbc-make check CI=true VERBOSE=true DRIVER=clickhouse IMPL_LANG=script TOOLCHAIN=rust RELEASE=true
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: drivers-${{ matrix.platform }}-${{ matrix.arch }}