File tree 3 files changed +3
-15
lines changed
3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 40
40
- name : Run the build
41
41
uses : ./.github/actions/build
42
42
with :
43
- os : ${{ matrix.os.name }}
44
- - name : Install dependencies
45
- run : npm ci
46
- - name : Update build info
47
- run : npm run update-build-info
43
+ os : ${{ matrix.os.name }}
48
44
- name : Run electron-forge
49
45
run : npm run make-electron -- --arch=${{ matrix.arch }}
50
46
- name : Prepare artifacts (Unix)
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 : Install dependencies
42
- run : npm ci
43
- - name : Update build info
44
- run : npm run update-build-info
40
+ os : ${{ matrix.os.name }}
45
41
- name : Update nightly version
46
42
run : npm run ci-update-nightly-version
47
43
- name : Run electron-forge
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 : Install dependencies
42
- run : npm ci
43
- - name : Update build info
44
- run : npm run update-build-info
40
+ os : ${{ matrix.os.name }}
45
41
- name : Run electron-forge
46
42
run : npm run make-electron -- --arch=${{ matrix.arch }}
47
43
- name : Prepare artifacts (Unix)
You can’t perform that action at this time.
0 commit comments