mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-23 18:53:36 +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
|
yarn install
|
||||||
cd packages/app-desktop
|
cd packages/app-desktop
|
||||||
npm pkg set 'build.mac.artifactName'='${productName}-${version}-${arch}.${ext}'
|
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'
|
npm pkg set 'build.mac.target.arch[0]'='arm64'
|
||||||
|
|
||||||
if [[ $GIT_TAG_NAME = v* ]]; then
|
if [[ $GIT_TAG_NAME = v* ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user