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 22cb0b59 fix workflow v25
22cb0b59 is described below
commit 22cb0b59e11e3a23ca47a5332e588f4aeac2e69a
Author: mfordjody <[email protected]>
AuthorDate: Sat May 31 23:19:47 2025 +0800
fix workflow v25
---
.github/workflows/dubboctl-release.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/dubboctl-release.yaml
b/.github/workflows/dubboctl-release.yaml
index 1d745c1f..50d39dad 100644
--- a/.github/workflows/dubboctl-release.yaml
+++ b/.github/workflows/dubboctl-release.yaml
@@ -102,7 +102,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
- upload_url: ${{ github.event.release.upload_url }}
+# upload_url: ${{ github.event.release.upload_url }}
+ upload_url: ${{ steps.create_release.outputs.upload_url }} # ✅ 关键点
asset_path: ${{ github.workspace }}/build/${{
steps.package.outputs.name }}
asset_name: ${{ steps.package.outputs.name }}
asset_content_type: application/octet-stream