diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 850b4d43..d97e61fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,13 +101,14 @@ jobs: github.repository_owner == 'wpilibsuite' && startsWith(github.ref, 'refs/tags/v') run: jfrog rt u "**/*" "installer/${GITHUB_REF#refs/tags/}/" + - name: Setup Rclone + uses: AnimMouse/setup-rclone@v1 - name: Upload to Cloudflare if: | github.repository_owner == 'wpilibsuite' && startsWith(github.ref, 'refs/tags/v') - uses: andreiio/rclone-action@v1 - with: - args: copy "." "s3:wpilib1-enam/installer/${GITHUB_REF#refs/tags/}/" + run: | + rclone copy "." "s3:wpilib1-enam/installer/${GITHUB_REF#refs/tags/}/" env: RCLONE_CONFIG_S3_TYPE: s3 RCLONE_CONFIG_S3_PROVIDER: Cloudflare