ci: 修复内容为空的问题

Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
李东云
2023-10-23 20:59:10 +08:00
parent 5d39315d4a
commit e6639058bb

View File

@@ -19,7 +19,7 @@ jobs:
run: | run: |
apt-get update apt-get update
apt-get install zip apt-get install zip
zip dist.zip * zip -r dist.zip *
- name: Publish to registry - name: Publish to registry
run: | run: |
curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \ curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \