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 b434db88 Update ci workflow v24
b434db88 is described below
commit b434db88cd710dfd285902f4f56695c3a1d9741a
Author: mfordjody <[email protected]>
AuthorDate: Fri Jul 4 16:08:09 2025 +0800
Update ci workflow v24
---
.github/workflows/release.yaml | 3 +--
samples/example/README.md | 1 +
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index ade4921f..55d0c1f9 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -124,14 +124,13 @@ jobs:
run: |
mkdir -p build/dubbo-cp
mkdir -p build/dubboctl
- mkdir -p build/samples
make build-dubbo-cp GOOS=${GOOS} GOARCH=${GOARCH}
GIT_VERSION=${GIT_VERSION}
make build-dubboctl GOOS=${GOOS} GOARCH=${GOARCH}
GIT_VERSION=${GIT_VERSION}
make clone-sample GOOS=${GOOS} GOARCH=${GOARCH}
GIT_VERSION=${GIT_VERSION}
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/
ls -ln build/dubboctl/ ; ls -ln build/dubbo-cp/ ; ls -ln build/
- name: Dubboctl Rename windows
diff --git a/samples/example/README.md b/samples/example/README.md
new file mode 100644
index 00000000..924c415c
--- /dev/null
+++ b/samples/example/README.md
@@ -0,0 +1 @@
+# Example
\ No newline at end of file