From 8994f7408ba9d8b3522f94f8a3b601f263d5706b Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 27 Nov 2025 15:11:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC):=20?= =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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