📦 Chore(custom): update release action for arm64

This commit is contained in:
Kuingsmile
2025-08-13 11:42:14 +08:00
parent fc14559461
commit 29ca49a440
4 changed files with 148 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ const uploadFile = async () => {
console.warn('platform not supported!', platform)
return
}
let versionFileHasUploaded = false
let versionFileHasUploaded = true
for (const [index, config] of configList[platform].entries()) {
const fileName = `${config.appNameWithPrefix}${VERSION}${config.arch}${config.ext}`
const distPath = path.join(__dirname, '../dist_electron')