build: fix artifactName with arch

This commit is contained in:
kangfenmao
2024-07-15 11:49:55 +08:00
parent b7d4c477db
commit ef99075fe8
+2 -3
View File
@@ -29,11 +29,10 @@ mac:
target:
- target: dmg
arch:
- x64
- arm64
- x64
dmg:
artifactName: ${productName}-${version}.${ext}
artifactName: ${productName}-${version}-${arch}.${ext}
linux:
target:
- AppImage