diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18028160..55a5735e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,9 +69,8 @@ jobs: args: -f default-meta - name: Portable Bundle - if: matrix.portable == true + if: matrix.os == 'windows-latest' run: | - pnpm build pnpm portable env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}