Skip to content

Commit 9576930

Browse files
committed
fix: Build entire workspace in release workflow
1 parent f11137f commit 9576930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
command: build
8989
target: ${{ matrix.target }}
90-
args: "--locked --release"
90+
args: "--locked --release --workspace"
9191
strip: true
9292

9393
- name: Package artifacts (Unix)

0 commit comments

Comments
 (0)