diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 421ce1d..77cd97c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,7 +5,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v6 - run: | + - run: | apt-get update && apt-get install -y zip && rm -rf /var/lib/apt/lists/* zip -r fileadmin.zip * - name: upload to cos