diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 039e2593..0c17b548 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ 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