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 2ebf0c83 fix workflow dubbo-cp release v2
2ebf0c83 is described below
commit 2ebf0c839ee2e4fb0a0cf0a095a35eaa0f272437
Author: mfordjody <[email protected]>
AuthorDate: Sun Jun 1 08:43:48 2025 +0800
fix workflow dubbo-cp release v2
---
.github/workflows/dubbo-cp-release.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/dubbo-cp-release.yaml
b/.github/workflows/dubbo-cp-release.yaml
index f2ee49c9..b1931597 100644
--- a/.github/workflows/dubbo-cp-release.yaml
+++ b/.github/workflows/dubbo-cp-release.yaml
@@ -96,7 +96,6 @@ 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