From bd1216ed589b5fae900bddc93c3c18203d73679b Mon Sep 17 00:00:00 2001 From: Muffin Date: Mon, 22 Jan 2024 17:42:16 -0600 Subject: [PATCH] Reenable portable build --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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