From 047774475cba12a2e0951402718ec2015601b2a0 Mon Sep 17 00:00:00 2001 From: GyDi Date: Fri, 17 Jun 2022 01:18:19 +0800 Subject: [PATCH] chore: update alpha ci --- .github/workflows/alpha.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 2c7813a..d0c7780 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -76,9 +76,9 @@ jobs: releaseDraft: true prerelease: true - - name: Portable Bundle - if: matrix.os == 'windows-latest' - run: | - yarn run portable - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Portable Bundle + # if: matrix.os == 'windows-latest' + # run: | + # yarn run portable + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}