Skip to content

Commit bfb639b

Browse files
committed
Fix release workflow to build all workspace binaries
1 parent 4c349ee commit bfb639b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build release binaries
4242
env:
4343
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
44-
run: cargo build --release --target ${{ matrix.target }}
44+
run: cargo build --workspace --release --target ${{ matrix.target }}
4545

4646
- name: Package binaries
4747
run: |

0 commit comments

Comments
 (0)