From 8f53b72ad81ffdde66ba41f6a86338964782fc85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=8F=E5=96=B5Sakura?= <38121125+BaiMeow@users.noreply.github.com> Date: Mon, 11 Sep 2023 23:46:07 +0800 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 54a5258..9cd3282 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -24,7 +24,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 - + - run: cd .. # Runs a set of commands using the runners shell - name: Upload COS uses: TencentCloud/cos-action@v1 @@ -33,6 +33,6 @@ jobs: secret_key: ${{ secrets.TENCENT_CLOUD_SECRET_KEY }} cos_bucket: ${{ secrets.COS_BUCKET }} cos_region: ${{ secrets.COS_REGION }} - local_path: '.' + local_path: 'monitor-metadata' remote_path: '' clean: true