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,7 +20,7 @@ jobs:
apt-get update apt-get update
apt-get install zip apt-get install zip
zip -r dist.zip * zip -r dist.zip *
- name: Publish to registry - name: publish to registry
run: | run: |
curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \ curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \
--upload-file ./dist.zip \ --upload-file ./dist.zip \