diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2c235a..bbfcffe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,10 @@ 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 - name: Upload to Release