Skip to content

Commit 6e248c8

Browse files
CodeGhost21claude
andcommitted
Fix build.yml: add double -- separator for Yarn v1 cargo flag forwarding
Yarn v1 strips one -- layer, so -- -- --bin OpenHuman is needed to pass --bin to cargo through tauri build. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3b7853a commit 6e248c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ jobs:
136136
working-directory: app
137137
run: |
138138
TAURI_CONFIG_OVERRIDE='{"bundle":{"createUpdaterArtifacts":false}}'
139-
yarn tauri build -c "$TAURI_CONFIG_OVERRIDE" --bundles none --target ${{ matrix.settings.target }} -- --bin OpenHuman
139+
yarn tauri build -c "$TAURI_CONFIG_OVERRIDE" --bundles none --target ${{ matrix.settings.target }} -- -- --bin OpenHuman
140140
env:
141141
NODE_ENV: production

0 commit comments

Comments
 (0)