CI signing failure — not a code issue at all. Pulled the actual job log for that run. The real error is at the electron-builder step:
skipped macOS application code signing reason=cannot find valid "Developer ID Application" identity ...
allIdentities= 1) 2629C60EF3xxxxxxxxxx756ED3 "Developer ID Application: Theodore Watson (HC25N2E7UT)" (CSSMERR_TP_CERT_EXPIRED)
...
No identity found for signing.
CSSMERR_TP_CERT_EXPIRED — the Apple Developer ID Application certificate stored in the repo's CI secrets has simply expired.
Nothing changed in the workflow or the code between the last successful run and this one; it's calendar time catching up to the cert's validity window.
Apple Developer account (Theodore Watson, per the identity name) to renew/regenerate the Developer ID Application certificate and update the GitHub Actions secret with it — that's outside anything I can fix in code.
@ofTheo could you fix this
CI signing failure — not a code issue at all. Pulled the actual job log for that run. The real error is at the electron-builder step:
skipped macOS application code signing reason=cannot find valid "Developer ID Application" identity ...
allIdentities= 1) 2629C60EF3xxxxxxxxxx756ED3 "Developer ID Application: Theodore Watson (HC25N2E7UT)" (CSSMERR_TP_CERT_EXPIRED)
...
No identity found for signing.
CSSMERR_TP_CERT_EXPIRED — the Apple Developer ID Application certificate stored in the repo's CI secrets has simply expired.
Nothing changed in the workflow or the code between the last successful run and this one; it's calendar time catching up to the cert's validity window.
Apple Developer account (Theodore Watson, per the identity name) to renew/regenerate the Developer ID Application certificate and update the GitHub Actions secret with it — that's outside anything I can fix in code.
@ofTheo could you fix this