Skip to content

Commit

Permalink
ci: fix s3 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Oct 20, 2023
1 parent 13c63cd commit c72884f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
with:
aws_key_id: ${{ secrets.CF_KEY_ID }}
aws_secret_access_key: ${{ secrets.CF_KEY }}
aws_bucket: "https://bea223c61d5a41250d127bd67f51dfec.r2.cloudflarestorage.com/hydownload"
aws_bucket: "hydownload"
endpoint: "https://bea223c61d5a41250d127bd67f51dfec.r2.cloudflarestorage.com/hydownload"
source_dir: "build"
destination_dir: "app/{{ steps.get_version.outputs.version }}"

Expand Down

0 comments on commit c72884f

Please sign in to comment.