Skip to content

Commit 7aa89c9

Browse files
committed
fix(ci): fix Tauri PR check build - remove invalid --bundles none flag
--bundles none is not a valid value for macOS Tauri builds. Remove TAURI_SIGNING_PRIVATE_KEY empty string env var (leaving it unset tells Tauri to skip signing) and revert to plain debug build command. If updater artifacts are still created, use --bundles app to skip DMG/updater bundle. --- Developed by Claude Sonnet 4.6
1 parent 73354c5 commit 7aa89c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fluxby-pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ jobs:
122122

123123
- name: Build Tauri app (debug)
124124
working-directory: apps/tauri
125-
run: npx tauri build --debug --bundles none
125+
run: npx tauri build --debug --bundles app

0 commit comments

Comments
 (0)