Commit 7aa89c9
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.61 parent 73354c5 commit 7aa89c9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
0 commit comments