ci: install zip for binary packaging
Release / Build & Release (push) Successful in 7m32s

This commit is contained in:
god
2026-07-04 23:18:26 +08:00
parent a2d008a480
commit bd8b81bbc1
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
TAG_NAME: ${{ github.ref_name }}
steps:
- name: Install tools
run: apt-get update -qq && apt-get install -y -qq curl unzip
run: apt-get update -qq && apt-get install -y -qq curl unzip zip
- name: Checkout Code
run: |