ci(GiteaActions): 安装 zip
All checks were successful
Publish when Pushed / Explore-Gitea-Actions (push) Successful in 22s

Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
李东云
2023-10-23 19:11:07 +08:00
parent 9cdbd6a2c8
commit 063c1d7ea1

View File

@@ -18,6 +18,8 @@ jobs:
ls ${{ gitea.workspace }}
- name: Zip files in the repository
run: |
apt-get update
apt-get install zip
zip hdk-core.dist.zip *
- name: Publish to registry
run: |