Skip to content

Commit 87228d2

Browse files
committed
💚 ci: 修改构建产物下载路径
将SimpleCutPy-build的下载路径从dist/SimpleCutPy/改为dist/,简化构建流程
1 parent 63d5fac commit 87228d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/download-artifact@v4
5757
with:
5858
name: SimpleCutPy-build
59-
path: dist/SimpleCutPy/
59+
path: dist/
6060

6161
- name: Create zip archive
6262
run: |

0 commit comments

Comments
 (0)