Commit f798a8a
committed
fix(release): an empty CSC_LINK is a path, not an absence
The comment said `getCscLink treats "" as null`. 26.15.3 does not: it resolved
the empty string against the project directory and died with
"/Users/runner/work/estella/estella/desktop not a file", three attempts, after
the keychain step had already imported the identity successfully.
So the variable is declared on neither leg. macOS signs out of CSC_KEYCHAIN;
Windows sees no certificate at all, which is what "empty" was reaching for —
and what keeps an Apple identity out of app-update.yml's publisherName.1 parent b99a112 commit f798a8a
1 file changed
Lines changed: 8 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
416 | 415 | | |
417 | 416 | | |
418 | 417 | | |
| |||
0 commit comments