Browse Source

fix: portable CI again

wonfen 1 năm trước cách đây
mục cha
commit
9d4942723c
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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 }}