mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 21:36:06 +00:00
ci: fix
This commit is contained in:
@@ -26,13 +26,9 @@ jobs:
|
|||||||
npm run build
|
npm run build
|
||||||
- name: Package Output
|
- name: Package Output
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /tmp/langbot_output
|
cp -r /tmp/langbot_build_web/web/dist ./web
|
||||||
mkdir -p /tmp/output_files
|
|
||||||
cp -r . /tmp/langbot_output
|
|
||||||
cp -r /tmp/langbot_build_web/web/dist /tmp/langbot_output/web
|
|
||||||
zip -r /tmp/output_files/langbot_output.zip /tmp/langbot_output
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: langbot_output.zip
|
name: langbot_output
|
||||||
path: /tmp/output_files/langbot_output.zip
|
path: .
|
||||||
|
|||||||
Reference in New Issue
Block a user