diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73af5bfaed..a8cc12473b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,16 +110,16 @@ jobs: - name: Package artifacts run: | - mkdir artifact-pkg - mv dist/*.pkg artifact-pkg/ + mkdir artifact-dmg + mv dist/*.dmg artifact-dmg/ mkdir artifact-zip mv dist/*.zip artifact-zip/ - uses: actions/upload-artifact@master - name: Upload PKG + name: Upload DMG with: - name: macOS .pkg (${{matrix.arch}}) - path: artifact-pkg + name: macOS .dmg (${{matrix.arch}}) + path: artifact-dmg - uses: actions/upload-artifact@master name: Upload ZIP diff --git a/scripts/build-macos.mjs b/scripts/build-macos.mjs index 96146faaef..1084621b45 100755 --- a/scripts/build-macos.mjs +++ b/scripts/build-macos.mjs @@ -18,7 +18,7 @@ process.env.APPLE_APP_SPECIFIC_PASSWORD ??= process.env.APPSTORE_PASSWORD builder({ dir: true, - mac: ['pkg', 'zip'], + mac: ['dmg', 'zip'], x64: process.env.ARCH === 'x86_64', arm64: process.env.ARCH === 'arm64', config: {