Skip to content

Commit 94ca424

Browse files
committed
Not build for arm for now
1 parent 52e6ea3 commit 94ca424

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node, NPM and Yarn
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: 15
23+
node-version: 14
2424

2525
- name: Get yarn cache directory path
2626
id: yarn-cache-dir-path
@@ -52,4 +52,4 @@ jobs:
5252
# This is used for uploading release assets to github
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
run: |
55-
yarn postinstall && yarn build && yarn electron-builder --publish always --arm64 --x64
55+
yarn postinstall && yarn build && yarn electron-builder --publish always --x64

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
jobs:
66
release:
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js, NPM and Yarn
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 15
20+
node-version: 14
2121

2222
- name: yarn install
2323
run: |

0 commit comments

Comments
 (0)