diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d22ab5..23ddbed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,4 +35,4 @@ jobs: secret-key: ${{ secrets.COS_SECRET_KEY }} bucket: ${{ secrets.COS_BUCKET }} coscli-version: 'v0.12.0-beta' # Optional, default to 'v0.12.0-beta'. Use 'latest' to get the latest version. - - run: coscli sync ./temp cos://arduino.py32.halfsweet.cn/release --recursive --exclude "temp file path.txt" \ No newline at end of file + - run: coscli sync ./temp cos://release --recursive --exclude "temp file path.txt" \ No newline at end of file