dev-redux Action 3

This commit is contained in:
ciaochaos 2020-05-13 16:58:55 +08:00
parent 1b5ee71fcf
commit 0acb23eca7
1 changed files with 2 additions and 2 deletions

View File

@ -25,12 +25,12 @@ jobs:
CI: false CI: false
- name: Authenticate - name: Authenticate
run: sudo chmod 775 ./build/ run: sudo chmod 775 ./build/ && ls
- 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 }}