We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe73fe commit 2785b70Copy full SHA for 2785b70
.github/actions/build-electron/action.yml
@@ -16,14 +16,11 @@ runs:
16
shell: bash
17
run: brew install python-setuptools
18
- name: Install dependencies
19
- shell: bash
20
- run: npm ci
21
- - name: Update build info
22
23
- run: npm run update-build-info
24
- - name: Run electron-forge
25
26
- run: npm run make-electron -- --arch=${{ inputs.arch }}
+ shell: cmd
+ run: |
+ npm ci
+ npm run update-build-info
+ npm run make-electron -- --arch=${{ inputs.arch }}
27
- uses: actions/upload-artifact@v4
28
with:
29
name: Artifacts
0 commit comments