Skip to content

Commit

Permalink
chore(ci): use cmd instead of bash
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 19, 2025
1 parent ffe73fe commit eaf7e26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/build-electron/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ runs:
shell: bash
run: brew install python-setuptools
- name: Install dependencies
shell: bash
shell: cmd
run: npm ci
- name: Update build info
shell: bash
shell: cmd
run: npm run update-build-info
- name: Run electron-forge
shell: bash
shell: cmd
run: npm run make-electron -- --arch=${{ inputs.arch }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit eaf7e26

Please sign in to comment.