Skip to content

Commit d9052ef

Browse files
committed
fix: fix yml bug
1 parent ba5b070 commit d9052ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
mkdir -p build
4545
cd components/agent-ui
46-
zip -r ../build/agent-ui.zip . # 压缩源码文件夹
46+
zip -r ../../build/agent-ui.zip . # 压缩源码文件夹
4747
cd ../.. # 返回项目根目录
4848
# 基于当前commit进行版本发布(Create a release),tag_name是v前缀加上package.json的version值
4949
- name: Create GitHub Release

0 commit comments

Comments
 (0)