Fix nightly build of Windows packages
Closed this issue · 0 comments
Jaifroid commented
#641 prevented code signing on nightly builds, but electron-builder still tries, unsuccessfully, to sign the binaries. See failed run here.
The script correctly runs electron-builder with --publish never
, which should disable signing attempts, but clearly doesn't. Need to find correct command.