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.
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.