fix: disable implicit release publishing

This commit is contained in:
lofyer
2026-08-04 16:03:20 +08:00
parent bec0397ca1
commit 4b42c1255e
2 changed files with 18 additions and 3 deletions
+2
View File
@@ -175,6 +175,8 @@ describe('release build arguments', () => {
'portable',
'--arm64',
'--config.directories.output=C:\\release-stage',
'--publish',
'never',
expect.stringContaining('nsis.artifactName='),
expect.stringContaining('portable.artifactName=')
])