We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5b070 commit d9052efCopy full SHA for d9052ef
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
mkdir -p build
45
cd components/agent-ui
46
- zip -r ../build/agent-ui.zip . # 压缩源码文件夹
+ zip -r ../../build/agent-ui.zip . # 压缩源码文件夹
47
cd ../.. # 返回项目根目录
48
# 基于当前commit进行版本发布(Create a release),tag_name是v前缀加上package.json的version值
49
- name: Create GitHub Release
0 commit comments