Skip to content

Commit eaf7e26

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ runs:
1616
shell: bash
1717
run: brew install python-setuptools
1818
- name: Install dependencies
19-
shell: bash
19+
shell: cmd
2020
run: npm ci
2121
- name: Update build info
22-
shell: bash
22+
shell: cmd
2323
run: npm run update-build-info
2424
- name: Run electron-forge
25-
shell: bash
25+
shell: cmd
2626
run: npm run make-electron -- --arch=${{ inputs.arch }}
2727
- uses: actions/upload-artifact@v4
2828
with:

0 commit comments

Comments
 (0)