diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd2025e8..4fe5b3ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: if: runner.os == 'Windows' run: | node release-automation/build.js --windows --microsoft-store --x64 --ia32 --arm64 - node release-automation/build.js --windows-legacy --x64 + node release-automation/build.js --windows-portable --windows-legacy --x64 - name: Package macOS if: runner.os == 'macOS' run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dea321fe..e469b71c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: if: runner.os == 'Windows' run: | node release-automation/build.js --windows --microsoft-store --x64 --ia32 --arm64 --production - node release-automation/build.js --windows-legacy --x64 --production + node release-automation/build.js --windows-portable --windows-legacy --x64 --production env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Microsoft Store Artifact