Skip to content

Commit 2bca0ca

Browse files
Aleksandr Slapoguzovclaude
andcommitted
Install zip utility in release workflow
Add step to install zip package which is required by the package:* scripts to create distribution archives. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 6087d81 commit 2bca0ca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: oven-sh/setup-bun@v2
16+
- name: Install zip
17+
run: sudo apt-get update && sudo apt-get install -y zip
1618
- run: bun install
1719
- run: bun run typecheck
1820
- run: bun test

0 commit comments

Comments
 (0)