File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
- name : Install Node, NPM and Yarn
21
21
uses : actions/setup-node@v1
22
22
with :
23
- node-version : 15
23
+ node-version : 14
24
24
25
25
- name : Get yarn cache directory path
26
26
id : yarn-cache-dir-path
52
52
# This is used for uploading release assets to github
53
53
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54
54
run : |
55
- yarn postinstall && yarn build && yarn electron-builder --publish always --arm64 -- x64
55
+ yarn postinstall && yarn build && yarn electron-builder --publish always --x64
Original file line number Diff line number Diff line change 1
1
name : Test
2
2
3
- on : [push, pull_request]
3
+ on : [pull_request]
4
4
5
5
jobs :
6
6
release :
17
17
- name : Install Node.js, NPM and Yarn
18
18
uses : actions/setup-node@v1
19
19
with :
20
- node-version : 15
20
+ node-version : 14
21
21
22
22
- name : yarn install
23
23
run : |
You can’t perform that action at this time.
0 commit comments