mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 14:44:05 +00:00
fix(ci): fix unstable suffix not renamed for desktop release builds
This commit is contained in:
@@ -106,7 +106,7 @@ async function main() {
|
||||
console.log('Step 4: Installing dependencies and building...')
|
||||
execSync('pnpm dist', {stdio: 'inherit'})
|
||||
|
||||
if (renameDistFiles) {
|
||||
if (!renameDistFiles) {
|
||||
console.log('Step 5: Renaming release files...')
|
||||
await renameDistFilesToUnstable(versionPlaceholder)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user