Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 843f756

Browse files
committed
ci: 修复工作流依赖关系错误
1 parent ff05a64 commit 843f756

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
9292
runs-on: windows-latest
9393
name: Publish
9494
if: ${{ startsWith(github.ref, 'refs/tags/') }}
95+
needs: [ build_app ]
96+
concurrency:
97+
group: "publish-public"
9598
steps:
9699
- name: Checkout
97100
uses: actions/checkout@v3

0 commit comments

Comments
 (0)