Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiMeow authored Sep 11, 2023
1 parent d7c9fbc commit 8f53b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 8f53b72

Please sign in to comment.