From ff6571907458662d2a365dd29aea900de409bad9 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 1 Apr 2026 15:46:33 +0200 Subject: [PATCH] initial ai chat src --- .github/workflows/publish-aichat-app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-aichat-app.yaml b/.github/workflows/publish-aichat-app.yaml index d63ca5e2c5..e9a007bbcd 100644 --- a/.github/workflows/publish-aichat-app.yaml +++ b/.github/workflows/publish-aichat-app.yaml @@ -46,7 +46,7 @@ jobs: with: python-version: "3.x" - name: Download wheels - working-directory: output + working-directory: output/app run: | pip download ifcquery==0.8.5 ifcopenshell-mcp==0.8.5 ifcedit==0.8.5 lark==1.3.1 isodate==0.7.2 --no-deps -d ./dist - name: Commit and push if changed