diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f2175b6..ac41f2e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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: |