Skip to content

Commit 8627f6e

Browse files
committed
fix(ci): release job 添加 checkout 步骤
gh release create 需要在 git 仓库中运行,缺少 checkout 导致 "fatal: not a git repository" 错误。
1 parent 9960803 commit 8627f6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
contents: write
7575

7676
steps:
77+
- uses: actions/checkout@v4
78+
7779
- uses: actions/download-artifact@v4
7880
with:
7981
path: dist_fixed

0 commit comments

Comments
 (0)