Skip to content

Commit dbddd70

Browse files
danielkovclaude
andcommitted
fix: build all workspace members in release workflow
The release workflow only built the root package, missing the silo binary. Add --workspace flag so all crates are compiled. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fe566d4 commit dbddd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
target: ${{ matrix.target }}
6262

6363
- name: Build
64-
run: cargo build --release --target ${{ matrix.target }}
64+
run: cargo build --workspace --release --target ${{ matrix.target }}
6565

6666
- name: Create Silo.app bundle
6767
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)