Skip to content

Commit 53b33f3

Browse files
committed
fix: git action
1 parent d7298a7 commit 53b33f3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/electron-build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
strategy:
3232
matrix:
3333
include:
34-
# - os: windows-latest
35-
# platform: win
36-
# artifact: dist/*.exe
34+
- os: windows-latest
35+
platform: win
36+
artifact: dist/*.exe
3737
- os: macos-latest
3838
platform: mac
3939
artifact: dist/*.dmg
@@ -64,6 +64,7 @@ jobs:
6464
with:
6565
path: node_modules
6666
key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}
67+
restore-keys: ${{ runner.os }}-node-modules-
6768

6869
- name: Install Python setuptools (node-gyp needs distutils, removed in Python 3.12)
6970
if: steps.cache-deps.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)