Skip to content

Commit

Permalink
ci: 再试一下不行回退了
Browse files Browse the repository at this point in the history
  • Loading branch information
Otto-J committed Oct 28, 2023
1 parent 15d5411 commit 49f8b5f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,16 @@ jobs:
# run: pnpm test

- name: Upload to Tencent COS 腾讯云对象存储
uses: ShirasawaSama/cos-action@0.0.1
uses: TencentCloud/cos-action@master
with:
secret_id: ${{ secrets.TENCENT_CLOUD_SECRET_ID }}
secret_key: ${{ secrets.TENCENT_CLOUD_SECRET_KEY }}
cos_bucket: ${{ secrets.COS_BUCKET }}
cos_region: ${{ secrets.COS_REGION }}
accelerate: "true" # 可选,如果你懂。前提需要你手动开启全球加速
accelerate: true # 可选,如果你懂。前提需要你手动开启全球加速
local_path: .output/public
remote_path: /
clean: true # 先不删除

clean: true

# - name: Upload to Aliyun OSS 阿里云对象存储 不知道为啥有个 404 先不启用
# uses: jakejarvis/s3-sync-action@master
Expand Down

0 comments on commit 49f8b5f

Please sign in to comment.