dev-redux Action 2

This commit is contained in:
ciaochaos 2020-05-13 16:53:52 +08:00
parent 47b5922ea2
commit 1b5ee71fcf
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Upload COS - name: Upload COS
uses: ciaochaos/tencent-cos-action@master uses: ciaochaos/tencent-cos-action@master
with: with:
args: delete -r -f / && upload -r build/ / args: delete -r -f / && upload -r ./build/ /
secret_id: ${{ secrets.SECRET_ID }} secret_id: ${{ secrets.SECRET_ID }}
secret_key: ${{ secrets.SECRET_KEY }} secret_key: ${{ secrets.SECRET_KEY }}
bucket: ${{ secrets.BUCKET_DEV }} bucket: ${{ secrets.BUCKET_DEV }}