Selaa lähdekoodia

fix: CI portable

wonfen 1 vuosi sitten
vanhempi
commit
1b25bfbf5a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: