Skip to content

Commit

Permalink
Release v1.11.0 (#697)
Browse files Browse the repository at this point in the history
* docs:优化错误信息描述

* Update zh.toml

* fix:修复eureka心跳协议错误码不兼容问题

* fix:修复eureka心跳协议错误码不兼容问题

* unit:添加单元测试

* test:调整测试配置文件位置

* fix:issue #692

* fix:issue #692

* fix:修复上传多余的安装包
  • Loading branch information
chuntaojun committed Sep 24, 2022
1 parent 763550d commit 0456034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
popd
PACKAGE_NAME=${DIR_NAME}.zip
zip -r ${PACKAGE_NAME} ${DIR_NAME}
rm -rf ${DIR_NAME}
mv ${PACKAGE_NAME} ../../
echo ::set-output name=name::${PACKAGE_NAME}
fi
Expand Down

0 comments on commit 0456034

Please sign in to comment.