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 046221ed pre release v0.1.1
046221ed is described below

commit 046221ed3252d533a819ca4d1b5f1f50ed9d2946
Author: mfordjody <[email protected]>
AuthorDate: Mon Jun 2 12:48:15 2025 +0800

    pre release v0.1.1
---
 .github/workflows/release.yaml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 835b3392..288cd774 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -60,7 +60,9 @@ jobs:
           tag_name: ${{ github.ref_name }}
           release_name: "${{ github.ref_name }}"
           body: |
-            ⚠️ This is a pre release version。
+            ⚠️ This is a pre release version.
+            
+            Repair compressed files in Windows compatible format.
           draft: false
           prerelease: true
 
@@ -104,6 +106,12 @@ jobs:
           mv bin/dubbo-cp* build/
           ls -ln build/
 
+      - name: Rename windows
+        if: matrix.goos == 'windows'
+        run: |
+          mv build/dubboctl build/dubboctl.exe
+          mv build/dubbo-cp build/dubbo-cp.exe
+
       - name: dubboctl Package files
         id: package_ctl
         run: |

Reply via email to