We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3491e4c commit ff65719Copy full SHA for ff65719
.github/workflows/publish-aichat-app.yaml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
python-version: "3.x"
48
- name: Download wheels
49
- working-directory: output
+ working-directory: output/app
50
run: |
51
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
52
- name: Commit and push if changed
0 commit comments