chore: no need for second build

This commit is contained in:
keiko233 2023-11-16 10:41:28 +08:00
parent 2322733427
commit d58c29907d
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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 }}