From 85c2fd9c7b7ba3c07e51e477d09e1a5af50f8a2e Mon Sep 17 00:00:00 2001 From: Antonio R <22479344+a133xz@users.noreply.github.com> Date: Thu, 8 Jul 2021 14:48:00 +0200 Subject: [PATCH] feat: release for windows --- .github/workflows/release-electron-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-electron-app.yml b/.github/workflows/release-electron-app.yml index 9bb40be..8b06215 100644 --- a/.github/workflows/release-electron-app.yml +++ b/.github/workflows/release-electron-app.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - os: [macos-latest] + os: [macos-latest, windows-latest] # Lets use the preinstalled node version (much faster) node-version: [14.x]