From 642704d105d3b793e70494c931fff6636dbd14bd Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Mon, 14 Oct 2024 18:16:49 +0100 Subject: [PATCH] fix: try avoiding publish again --- .github/workflows/node.yaml | 7 +++---- apps/app/package.json | 1 - apps/tsr-bridge/package.json | 1 - 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 411b263b..231daa5c 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -78,7 +78,7 @@ jobs: yarn build - name: Build binaries run: | - yarn build:binary + yarn build:binary -- --publish=never env: CSC_LINK: ${{ secrets.MAC_CSC_LINK }} CSC_KEY_PASSWORD: ${{ secrets.MAC_CSC_KEY_PASSWORD }} @@ -128,7 +128,7 @@ jobs: yarn build - name: Build binaries run: | - yarn build:binary + yarn build:binary -- --publish=never - name: Collect binaries run: | mkdir win-dist @@ -177,13 +177,12 @@ jobs: yarn build - name: Build binaries run: | - yarn build:binary + yarn build:binary -- --publish=never - name: Collect binaries run: | mkdir linux-dist mv apps/tsr-bridge/dist/TSR-Bridge* linux-dist/ mv apps/app/dist/SuperConductor* linux-dist/ - mv apps/app/dist/latest-linux.yml linux-dist/ - name: Upload artifact uses: actions/upload-artifact@v4 diff --git a/apps/app/package.json b/apps/app/package.json index 4e3a39f0..57aa0b34 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -122,7 +122,6 @@ "build": { "productName": "SuperConductor", "appId": "tv.superfly.superconductor", - "publish": false, "npmRebuild": false, "nodeGypRebuild": false, "mac": { diff --git a/apps/tsr-bridge/package.json b/apps/tsr-bridge/package.json index 78cd7eb0..8cdfdc24 100644 --- a/apps/tsr-bridge/package.json +++ b/apps/tsr-bridge/package.json @@ -60,7 +60,6 @@ "build": { "productName": "TSR-Bridge", "appId": "tv.superfly.tsr-bridge", - "publish": false, "npmRebuild": false, "nodeGypRebuild": false, "mac": {