Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Nov 20, 2024
1 parent 28480e8 commit e3b07bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install and Build
run: |
bun i
cd client && bun run build
cd client && bun run build && npm run package
- name: Build adapter (Filesystem Sync)
run: |
cd adapter-fs-bridge && bun i && bun run build && zip -r dist.zip dist
Expand Down

0 comments on commit e3b07bf

Please sign in to comment.