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 c9bc4e2f fix workflow dubbo-cp release
c9bc4e2f is described below
commit c9bc4e2f7616e9af7389690c70764cb54a672651
Author: mfordjody <[email protected]>
AuthorDate: Sun Jun 1 08:40:10 2025 +0800
fix workflow dubbo-cp release
---
.github/workflows/dubbo-cp-release.yaml | 1 +
.github/workflows/dubboctl-release.yaml | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/dubbo-cp-release.yaml
b/.github/workflows/dubbo-cp-release.yaml
index b1931597..f2ee49c9 100644
--- a/.github/workflows/dubbo-cp-release.yaml
+++ b/.github/workflows/dubbo-cp-release.yaml
@@ -96,6 +96,7 @@ jobs:
make build-dubbo-cp GOOS=${GOOS} GOARCH=${GOARCH}
GIT_VERSION=${GIT_VERSION}
cp README.md LICENSE build/
mv bin/dubbo-cp* build/
+ mv bin/dubbo-cp.yaml build/
ls -ln build/
- name: Package files
diff --git a/.github/workflows/dubboctl-release.yaml
b/.github/workflows/dubboctl-release.yaml
index 29eaae17..0aeb9dc0 100644
--- a/.github/workflows/dubboctl-release.yaml
+++ b/.github/workflows/dubboctl-release.yaml
@@ -96,7 +96,6 @@ jobs:
make build-dubboctl GOOS=${GOOS} GOARCH=${GOARCH}
GIT_VERSION=${GIT_VERSION}
cp README.md LICENSE build/
mv bin/dubboctl* build/
- mv bin/dubbo-cp.yaml build/
ls -ln build/
- name: Package files