File tree 3 files changed +7
-10
lines changed
3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,12 @@ jobs:
36
36
- name : Set up node & dependencies
37
37
uses : actions/setup-node@v4
38
38
with :
39
- node-version : 20
39
+ node-version : 20
40
40
- name : Run the build
41
41
uses : ./.github/actions/build
42
42
with :
43
43
os : ${{ matrix.os.name }}
44
- - name : Run electron-forge
45
- run : npm run make-electron -- --arch=${{ matrix.arch }}
44
+ arch : ${{ matrix.arch }}
46
45
- name : Prepare artifacts (Unix)
47
46
if : runner.os != 'windows'
48
47
run : |
Original file line number Diff line number Diff line change @@ -34,14 +34,13 @@ jobs:
34
34
uses : actions/setup-node@v4
35
35
with :
36
36
node-version : 20
37
+ - name : Update nightly version
38
+ run : npm run ci-update-nightly-version
37
39
- name : Run the build
38
40
uses : ./.github/actions/build
39
41
with :
40
42
os : ${{ matrix.os.name }}
41
- - name : Update nightly version
42
- run : npm run ci-update-nightly-version
43
- - name : Run electron-forge
44
- run : npm run make-electron -- --arch=${{ matrix.arch }}
43
+ arch : ${{ matrix.arch }}
45
44
- name : Prepare artifacts (Unix)
46
45
if : runner.os != 'windows'
47
46
run : |
Original file line number Diff line number Diff line change 37
37
- name : Run the build
38
38
uses : ./.github/actions/build
39
39
with :
40
- os : ${{ matrix.os.name }}
41
- - name : Run electron-forge
42
- run : npm run make-electron -- --arch=${{ matrix.arch }}
40
+ os : ${{ matrix.os.name }}
41
+ arch : ${{ matrix.arch }}
43
42
- name : Prepare artifacts (Unix)
44
43
if : runner.os != 'windows'
45
44
run : |
You can’t perform that action at this time.
0 commit comments