ci(GiteaActions): 修复推送的组织名错误问题
All checks were successful
Publish when Pushed / Explore-Gitea-Actions (push) Successful in 21s

Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
李东云
2023-10-23 19:21:33 +08:00
parent 82d9a95691
commit 635804e117

View File

@@ -27,5 +27,5 @@ jobs:
run: |
curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \
--upload-file ./hdk-core.dist.zip \
https://nest.doylee.cn/api/packages/hdk/composer?version=dev-${{ gitea.ref_name }}
https://nest.doylee.cn/api/packages/HDK/composer?version=dev-${{ gitea.ref_name }}
- run: echo "🍏 This job's status is ${{ job.status }}."