diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml
index 2c7813a71cf1babe1c04ae69ac0f25427209b73c..d0c7780443a6ba9542b538a29825a5cdd85a6a52 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 }}