From e31d48cb6c19a2063805ac38ecceeb90df120e5b Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Tue, 2 Dec 2025 14:02:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 13f3dc8..1b2b6cb 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,10 +10,10 @@ jobs: apt-get update && apt-get install -y zip && rm -rf /var/lib/apt/lists/* zip -r fileadmin.zip * - name: upload to cos - uses: docker://ccr.ccs.tencentyun.com/xiaoqidun/gocos:latest - env: - PLUGIN_SECRET_ID: ${{secrets.cos_secret_id}} - PLUGIN_SECRET_KEY: ${{secrets.cos_secret_key}} - PLUGIN_BUCKET_URL: ${{secrets.cos_bucket_url}} - PLUGIN_SOURCE: fileadmin.zip - PLUGIN_TARGET: product \ No newline at end of file + uses: xiaoqidun/gocos@main + with: + secret_id: ${{ secrets.cos_secret_id }} + secret_key: ${{ secrets.cos_secret_key }} + bucket_url: ${{ secrets.cos_bucket_url }} + source_path: fileadmin.zip + target_path: product \ No newline at end of file