Skip to content

Commit 2785b70

Browse files
committed
chore(ci): use cmd instead of bash
1 parent ffe73fe commit 2785b70

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/actions/build-electron/action.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@ runs:
1616
shell: bash
1717
run: brew install python-setuptools
1818
- name: Install dependencies
19-
shell: bash
20-
run: npm ci
21-
- name: Update build info
22-
shell: bash
23-
run: npm run update-build-info
24-
- name: Run electron-forge
25-
shell: bash
26-
run: npm run make-electron -- --arch=${{ inputs.arch }}
19+
shell: cmd
20+
run: |
21+
npm ci
22+
npm run update-build-info
23+
npm run make-electron -- --arch=${{ inputs.arch }}
2724
- uses: actions/upload-artifact@v4
2825
with:
2926
name: Artifacts

0 commit comments

Comments
 (0)