ci: 修复内容为空的问题

This commit is contained in:
李东云
2023-10-23 20:52:47 +08:00
parent c13fc7e800
commit 8cb8f7eb9e
2 changed files with 6 additions and 6 deletions

View File

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