Update nodejs-master.yml

This commit is contained in:
倪豪 2020-08-14 18:24:19 +08:00 committed by GitHub
parent 1315e55822
commit 791b3d32c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
run: sudo chmod 775 ./build/ && ls run: sudo chmod 775 ./build/ && ls
- name: Upload COS - name: Upload COS
uses: zkqiang/tencent-cos-action@v0.1.0 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 }}