Browse Source

fix: CI portable

wonfen 1 year ago
parent
commit
1b25bfbf5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -80,7 +80,7 @@ jobs:
           args: -f default-meta
           args: -f default-meta
 
 
       - name: Portable Bundle
       - name: Portable Bundle
-        if: matrix.os == 'windows-latest'
+        if: matrix.portable == true
         run: |
         run: |
           pnpm portable
           pnpm portable
         env:
         env: