mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-03 11:19:10 +08:00
build: fix artifactName with arch
This commit is contained in:
parent
5a7f943448
commit
f1c5a41fff
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user