chore: 修改打包名推送

This commit is contained in:
电摇小子
2026-07-03 14:11:49 +08:00
parent 4bba8bd871
commit 7f7d673abb
+3 -3
View File
@@ -40,7 +40,7 @@ mac:
NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder. NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false notarize: false
dmg: dmg:
artifactName: ${name}-${version}.${ext} artifactName: ${name}-${version}-${arch}.${ext}
linux: linux:
target: target:
- AppImage - AppImage
@@ -52,5 +52,5 @@ appImage:
artifactName: ${name}-${version}.${ext} artifactName: ${name}-${version}.${ext}
npmRebuild: false npmRebuild: false
publish: publish:
provider: generic provider: github
url: https://example.com/auto-updates releaseType: draft