From 82888cdca4a94ddba7f36312d0a7543da35d2900 Mon Sep 17 00:00:00 2001 From: Muffin Date: Fri, 16 Feb 2024 21:21:26 -0600 Subject: [PATCH] Generate 32 bit Windows legacy installers --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e469b71c..7c2e4735 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,8 @@ jobs: if: runner.os == 'Windows' run: | node release-automation/build.js --windows --microsoft-store --x64 --ia32 --arm64 --production - node release-automation/build.js --windows-portable --windows-legacy --x64 --production + node release-automation/build.js --windows-portable --x64 --production + node release-automation/build.js --windows-legacy --ia32 --x64 --production env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Microsoft Store Artifact