Skip to content

Commit 49bb21f

Browse files
committed
add debug
1 parent 23b2343 commit 49bb21f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
if: startsWith(matrix.os, 'macos')
8080
run: |
8181
sudo -H pip install setuptools
82+
- name: print electron builder config
83+
run: cat electron-builder.json
8284
- name: create NPM config file
8385
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ./.npmrc
8486
- run: npm run setup:ci

0 commit comments

Comments
 (0)