mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
ci: fix
This commit is contained in:
10
.github/workflows/build-dev-artifacts.yaml
vendored
10
.github/workflows/build-dev-artifacts.yaml
vendored
@@ -26,13 +26,9 @@ jobs:
|
||||
npm run build
|
||||
- name: Package Output
|
||||
run: |
|
||||
mkdir -p /tmp/langbot_output
|
||||
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
|
||||
cp -r /tmp/langbot_build_web/web/dist ./web
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: langbot_output.zip
|
||||
path: /tmp/output_files/langbot_output.zip
|
||||
name: langbot_output
|
||||
path: .
|
||||
|
||||
Reference in New Issue
Block a user