chore(workflow): 修改发布任务名称

- 将发布任务名称从 "Publish to registry" 改为 "publish to registry"
- 保持其他工作流配置不变
This commit is contained in:
李东云
2025-09-26 17:00:46 +08:00
parent 55e2b0477a
commit ff7e959daa

View File

@@ -20,9 +20,9 @@ jobs:
apt-get update
apt-get install zip
zip -r dist.zip *
- name: Publish to registry
- name: publish to registry
run: |
curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \
--upload-file ./dist.zip \
https://nest.doylee.cn/api/packages/HDK/composer?version=${{ gitea.ref_name }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "🍏 This job's status is ${{ job.status }}."