We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7298a7 commit 53b33f3Copy full SHA for 53b33f3
1 file changed
.github/workflows/electron-build.yml
@@ -31,9 +31,9 @@ jobs:
31
strategy:
32
matrix:
33
include:
34
- # - os: windows-latest
35
- # platform: win
36
- # artifact: dist/*.exe
+ - os: windows-latest
+ platform: win
+ artifact: dist/*.exe
37
- os: macos-latest
38
platform: mac
39
artifact: dist/*.dmg
@@ -64,6 +64,7 @@ jobs:
64
with:
65
path: node_modules
66
key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}
67
+ restore-keys: ${{ runner.os }}-node-modules-
68
69
- name: Install Python setuptools (node-gyp needs distutils, removed in Python 3.12)
70
if: steps.cache-deps.outputs.cache-hit != 'true'
0 commit comments