From 8afb0f11e3c97588ee9d2fc2420f386e779c7a20 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Tue, 10 Mar 2026 18:52:24 -0700 Subject: [PATCH] Update Preprocess KiBot script path in CI --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 291964b..4ad66a1 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -125,7 +125,7 @@ jobs: shell: bash run: | /usr/bin/kicad-git-filters.py - kibot -c kibot/yaml/kibot_pre_update_xml.yaml -d . --log kibot_run_xml.log + kibot -c kibot/yaml/preflights/kibot_pre_update_xml.yaml -d . --log kibot_run_xml.log - name: Run KiBot (Preprocessing) shell: bash