diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50630a1..28c8b5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,11 +46,7 @@ jobs: - run: npm ci - name: Build Windows Packages - env: - # Skip native module rebuild - register-scheme can't cross-compile - # It's only used by NSIS installer for URL protocol registration - ELECTRON_BUILDER_SKIP_NATIVE_REBUILD: "true" - run: npx electron-builder --win --publish never + run: npx electron-builder --win --publish never --config.npmRebuild=false - name: Upload to Release run: |