diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 5f883b4f..75176e8e 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -73,7 +73,7 @@ jobs: APPLE_ID_PASSWORD: ${{ secrets.APPLEIDPASS }} PSC_NAME: ${{ secrets.PSC_NAME }} DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer - run: npm run dist -m -p never + run: npm run dist -m --publish=never - name: Add license to DMG run: npx dmg-license resources/license.json dist/*.dmg