Skip to content

Delete verification.html #7

Delete verification.html

Delete verification.html #7

Workflow file for this run

name: Upload to COS
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install coscmd
run: sudo pip install https://github.com/tencentyun/coscmd/archive/refs/heads/master.zip
- name: Configure coscmd
env:
SECRET_ID: ${{ secrets.SecretId }}
SECRET_KEY: ${{ secrets.SecretKey }}
BUCKET: yatcc-1309566867
REGION: ap-guangzhou
run: coscmd config -a $SECRET_ID -s $SECRET_KEY -b $BUCKET -r $REGION
- name: Upload
run: coscmd upload -rs --delete -f ./ / --ignore "./.git/*"