mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
chore: no need for second build
This commit is contained in:
parent
2322733427
commit
d58c29907d
1
.github/workflows/dev.yaml
vendored
1
.github/workflows/dev.yaml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user