fix: stabilize 4.0.0 release pipeline

This commit is contained in:
ILoveBingLu
2026-04-07 00:53:56 +08:00
parent 0c9c3f7c5d
commit b9e1a16ce6
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const configPath = path.join(__dirname, 'electron-builder.config.cjs')
const result = spawnSync(
process.execPath,
[cliPath, `--${target}`, '--config', configPath],
[cliPath, `--${target}`, '--publish', 'never', '--config', configPath],
{
stdio: 'inherit',
env: {