We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b2343 commit 49bb21fCopy full SHA for 49bb21f
.github/workflows/build.yml
@@ -79,6 +79,8 @@ jobs:
79
if: startsWith(matrix.os, 'macos')
80
run: |
81
sudo -H pip install setuptools
82
+ - name: print electron builder config
83
+ run: cat electron-builder.json
84
- name: create NPM config file
85
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ./.npmrc
86
- run: npm run setup:ci
0 commit comments