Explorar el Código

fix: portable CI again

wonfen hace 1 año
padre
commit
9d4942723c
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      .github/workflows/release.yml

+ 1 - 2
.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 }}