Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Nov 16, 2024
1 parent a76e0b2 commit 2c2374a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build-dev-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .

0 comments on commit 2c2374a

Please sign in to comment.