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 fd74a58d Update ci workflow v23
fd74a58d is described below
commit fd74a58dc999c8a6fcf41d2869823be58e87c88b
Author: mfordjody <[email protected]>
AuthorDate: Fri Jul 4 15:50:13 2025 +0800
Update ci workflow v23
---
.github/workflows/release.yaml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 240ccd91..ade4921f 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -203,15 +203,15 @@ jobs:
echo "name=${FILENAME}.tar.gz" >> $GITHUB_OUTPUT
fi
- - name: Upload Dubboctl Release Asset
- uses: actions/upload-release-asset@v1
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- with:
- upload_url: ${{ needs.create_release.outputs.upload_url }}
- asset_path: ${{ steps.package_ctl.outputs.name }}
- asset_name: ${{ steps.package_ctl.outputs.name }}
- asset_content_type: application/octet-stream
+ - name: Upload Dubboctl Release Asset
+ uses: actions/upload-release-asset@v1
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ upload_url: ${{ needs.create_release.outputs.upload_url }}
+ asset_path: ${{ steps.package_ctl.outputs.name }}
+ asset_name: ${{ steps.package_ctl.outputs.name }}
+ asset_content_type: application/octet-stream
- name: Upload Dubbo-CP Release Asset
uses: actions/upload-release-asset@v1