samuelmeuli / action-electron-builder

:electron: GitHub Action for building and releasing Electron apps
MIT License
658 stars 201 forks source link

Set multiple signing certs #44

Closed gungorbudak closed 4 years ago

gungorbudak commented 4 years ago

Hi,

Thanks much for this action. I'd like to use it to sign and notarize a .pkg installer which seems to require app and installer to be signed and notarized separately. For signing, there should be one application and one installer certificate but I do not see how I can provide those in the action.

Can you help me use the action for this purpose?

Thanks again!

gungorbudak commented 4 years ago

I think I figured this out. Keychain Access app can be used to put multiple certs (hold Cmd and select multiple, then right click to export) into one file with single password and then that file can be base64 encoded and given to the action.