diff --git a/.github/workflows/build-macos-m1.yml b/.github/workflows/build-macos-m1.yml index 8ead6305a..c6c4e91de 100644 --- a/.github/workflows/build-macos-m1.yml +++ b/.github/workflows/build-macos-m1.yml @@ -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