Skip to content

Commit

Permalink
fix: try avoiding publish again
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 14, 2024
1 parent b6b790e commit 642704d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
"build": {
"productName": "SuperConductor",
"appId": "tv.superfly.superconductor",
"publish": false,
"npmRebuild": false,
"nodeGypRebuild": false,
"mac": {
Expand Down
1 change: 0 additions & 1 deletion apps/tsr-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"build": {
"productName": "TSR-Bridge",
"appId": "tv.superfly.tsr-bridge",
"publish": false,
"npmRebuild": false,
"nodeGypRebuild": false,
"mac": {
Expand Down

0 comments on commit 642704d

Please sign in to comment.