-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: A parameter cannot be found that matches parameter name 'CodeSigningCert'. #8055
Comments
Might be related: #7729 |
Not sure what changed, as it sounds related to your build/CI environment changing, not electron-builder internally. Also looking at #7729 (comment) and your error log
You should be using |
@mmaietta interesting, thanks for your comment! Somehow I missed that obvious part! Even more interesting: I am not calling pwsh.EXE myself, it seems to be called automatically when this command is executed: Now I tried to eliminate the npm script call and directly pasted the line into the action. Like this:
However, the error stays the same. It seems github just defaults to pwsh.EXE. |
Solved! This works:
|
Glad to hear you got it resolved! |
Fixed: electron-userland#7729 electron-userland#8055 Signed-off-by: Kevin Cui <bh@bugs.cc>
Fixed: electron-userland#7729 electron-userland#8055 Signed-off-by: Kevin Cui <bh@bugs.cc>
Fixed: electron-userland#7729 electron-userland#8055 Signed-off-by: Kevin Cui <bh@bugs.cc>
Fixed: electron-userland#7729 electron-userland#8055 Signed-off-by: Kevin Cui <bh@bugs.cc>
Fixed: electron-userland#7729 electron-userland#8055 Signed-off-by: Kevin Cui <bh@bugs.cc>
This is the error message I get. My github workflow worked until 3 or 4 weeks ago, then yesterday I ran into this problem:
The text was updated successfully, but these errors were encountered: