Browse Source

chore: no need for second build

keiko233 1 year ago
parent
commit
d58c29907d
2 changed files with 0 additions and 2 deletions
  1. 0 1
      .github/workflows/dev.yaml
  2. 0 1
      .github/workflows/release.yml

+ 0 - 1
.github/workflows/dev.yaml

@@ -89,7 +89,6 @@ jobs:
       - name: Portable Bundle
         if: matrix.os == 'windows-latest'
         run: |
-          pnpm build -f default-meta
           pnpm portable
         env:
           TAG_NAME: dev

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

@@ -70,7 +70,6 @@ jobs:
       - name: Portable Bundle
         if: matrix.os == 'windows-latest'
         run: |
-          pnpm build -f default-meta
           pnpm portable
         env:
           GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}