mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
CI: Only generate DMG for ARM64 version
This commit is contained in:
parent
04f8e96297
commit
49638774f0
2
.github/workflows/build-macos-m1.yml
vendored
2
.github/workflows/build-macos-m1.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
yarn install
|
||||
cd packages/app-desktop
|
||||
npm pkg set 'build.mac.artifactName'='${productName}-${version}-${arch}.${ext}'
|
||||
npm pkg set 'build.mac.target.target'='default'
|
||||
npm pkg set 'build.mac.target.target'='dmg'
|
||||
npm pkg set 'build.mac.target.arch[0]'='arm64'
|
||||
|
||||
if [[ $GIT_TAG_NAME = v* ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user