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 247a268a Update ci workflow v4
247a268a is described below
commit 247a268a9a379b1dc07694e04e2f83dd8c5a2df5
Author: mfordjody <[email protected]>
AuthorDate: Fri Jul 4 10:07:50 2025 +0800
Update ci workflow v4
---
.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 003cf2e0..08bdef68 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -119,12 +119,12 @@ jobs:
- name: Dubboctl Rename windows
if: matrix.goos == 'windows'
run: |
- mv build/dubboctl build/dubboctl/dubboctl.exe
+ mv build/dubboctl/dubboctl build/dubboctl/dubboctl.exe
- name: Dubbo-CP Rename windows
if: matrix.goos == 'windows'
run: |
- mv build/dubbo-cp build/dubbo-cp/dubbo-cp.exe
+ mv build/dubbo-cp/dubbo-cp build/dubbo-cp/dubbo-cp.exe
- name: dubboctl Package files
id: package_ctl