mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-22 16:50:35 +08:00
📦 Chore(custom): update release action for arm64
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user