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