ci: fix bad frontend build output path (#1383)

This commit is contained in:
Junyan Qin (Chin)
2025-05-12 09:28:30 +08:00
committed by GitHub
parent 7e2b180ea5
commit d070737ef7

View File

@@ -46,7 +46,7 @@ jobs:
npm run build
- name: Package Output
run: |
cp -r /tmp/langbot_build_web/web/dist ./web
cp -r /tmp/langbot_build_web/web/out ./web
- name: Upload Artifact
uses: actions/upload-artifact@v4
with: