Ver código fonte

fix: CI portable

wonfen 1 ano atrás
pai
commit
1b25bfbf5a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/release.yml

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

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