Update nodejs-dev.yml

This commit is contained in:
CPunisher 2020-05-13 17:26:31 +08:00 committed by GitHub
parent 971c5b039a
commit 99156f9cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 }}