From fc1187d3da9abae59c2476e662de1ab34bd15f7b Mon Sep 17 00:00:00 2001 From: Core Date: Tue, 17 Jan 2023 20:43:25 +0000 Subject: [PATCH] fix osx building --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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