This is an automated email from the ASF dual-hosted git repository.
zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new 325789bc Update ci workflow v22
325789bc is described below
commit 325789bc5368ccd577a2165fba87a4bd690d2435
Author: mfordjody <[email protected]>
AuthorDate: Fri Jul 4 15:44:56 2025 +0800
Update ci workflow v22
---
.github/workflows/release.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 497b0453..240ccd91 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -131,7 +131,7 @@ jobs:
cp README.md LICENSE build/
mv bin/dubbo-cp* build/dubbo-cp/
mv bin/dubboctl* build/dubboctl/
- mv bin/samples build/samples
+ mv bin/samples/ build/samples
ls -ln build/dubboctl/ ; ls -ln build/dubbo-cp/ ; ls -ln build/
- name: Dubboctl Rename windows
@@ -193,7 +193,7 @@ jobs:
cp build/dubbo-cp/dubbo-cp ${DIRNAME}/bin/
cp build/README.md build/LICENSE ${DIRNAME}
cp build/dubbo-cp/dubbo-cp.yaml ${DIRNAME}
- cp build/samples ${DIRNAME}
+ cp -r build/samples ${DIRNAME}
ls -Rlh ${DIRNAME}
if [ "${{ matrix.goos }}" = "windows" ]; then
zip -r ${FILENAME}.zip ${DIRNAME}