fix(ci): fix unstable suffix not renamed for desktop release builds
This commit is contained in:
parent
4afd223cd3
commit
770e4cbe66
|
|
@ -106,7 +106,7 @@ async function main() {
|
||||||
console.log('Step 4: Installing dependencies and building...')
|
console.log('Step 4: Installing dependencies and building...')
|
||||||
execSync('pnpm dist', {stdio: 'inherit'})
|
execSync('pnpm dist', {stdio: 'inherit'})
|
||||||
|
|
||||||
if (renameDistFiles) {
|
if (!renameDistFiles) {
|
||||||
console.log('Step 5: Renaming release files...')
|
console.log('Step 5: Renaming release files...')
|
||||||
await renameDistFilesToUnstable(versionPlaceholder)
|
await renameDistFilesToUnstable(versionPlaceholder)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue