diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a59391d7..039e2593 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,9 +23,9 @@ jobs: run: ./deploy/qshell account ${{ secrets.AK }} ${{ secrets.SK }} liyang - name: qiniu upload run: | - dist=$GITHUB_WORKSPACE/dist + dist=$GITHUB-WORKSPACE/dist bucket=fairyever-site prefix=d2-admin/preview/ - ./deploy/qshell qupload2 --src-dir=$dist --bucket=$bucket --key-prefix=$prefix --overwrite=true --check_exists=true --check_hash=true --check_size=true --rescan-local=true + ./deploy/qshell qupload2 --src-dir=$dist --bucket=$bucket --key-prefix=$prefix --overwrite=true --check-exists=true --check-hash=true --check-size=true --rescan-local=true - name: refresn CDN run: ./deploy/qshell cdnrefresh --dirs -i ./deploy/cdnrefresh.txt \ No newline at end of file