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 abbb2732 Update ci workflow v2
abbb2732 is described below
commit abbb2732dfda597ed008cd979474ac007181bb54
Author: mfordjody <[email protected]>
AuthorDate: Fri Jul 4 09:41:46 2025 +0800
Update ci workflow v2
---
.github/workflows/release.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 204dcae4..80cd90f4 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -98,9 +98,9 @@ jobs:
GOARCH: ${{ matrix.goarch }}
GIT_VERSION: ${{ github.ref_name }}
run: |
- mkdir -p build/
+ mkdir -p build/cli
make build-dubboctl GOOS=${GOOS} GOARCH=${GOARCH}
GIT_VERSION=${GIT_VERSION}
- cp README.md LICENSE build/
+ cp README.md LICENSE build/cli/
mv bin/dubboctl* build/cli/
ls -ln build/cli/
@@ -110,7 +110,7 @@ jobs:
GOARCH: ${{ matrix.goarch }}
GIT_VERSION: ${{ github.ref_name }}
run: |
- mkdir -p build/
+ mkdir -p build/cp
make build-dubbo-cp GOOS=${GOOS} GOARCH=${GOARCH}
GIT_VERSION=${GIT_VERSION}
cp README.md LICENSE build/cp/
mv bin/dubbo-cp* build/cp/