Skip to content

Commit ca10bdb

Browse files
committed
Fix Claude binary download to include all platforms
- Use claude:download:all to download binaries for arm64 and x64 - Removes continue-on-error so download failures are visible
1 parent 38421e1 commit ca10bdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
run: bun install
3939

4040
- name: Download Claude Code binaries
41-
run: bun run claude:download
42-
continue-on-error: true # May fail without proper auth
41+
run: bun run claude:download:all
4342

4443
- name: Build app
4544
run: bun run build

0 commit comments

Comments
 (0)