Commit ea1f013
ci(one): only notarize when APPLE_ID + APPLE_PASSWORD are non-empty
Tauri triggers notarization whenever the env vars are defined,
even if their values are empty strings (as produced by an unset
GitHub secret). Unset them at the shell level when empty so the
build degrades to sign-only instead of failing with 401.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4e21cd8 commit ea1f013
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
136 | 145 | | |
137 | 146 | | |
138 | 147 | | |
| |||
0 commit comments