mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
ci: fix bad frontend build output path (#1383)
This commit is contained in:
committed by
GitHub
parent
7e2b180ea5
commit
d070737ef7
@@ -46,7 +46,7 @@ jobs:
|
|||||||
npm run build
|
npm run build
|
||||||
- name: Package Output
|
- name: Package Output
|
||||||
run: |
|
run: |
|
||||||
cp -r /tmp/langbot_build_web/web/dist ./web
|
cp -r /tmp/langbot_build_web/web/out ./web
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user