From ee6ae941f48fbfffcb1e2a577e875a13569bc75a Mon Sep 17 00:00:00 2001 From: Toby Date: Thu, 19 Oct 2023 21:45:16 -0700 Subject: [PATCH] ci: fix s3 upload 2 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4336ae..13b50ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,9 +61,9 @@ jobs: aws_key_id: ${{ secrets.CF_KEY_ID }} aws_secret_access_key: ${{ secrets.CF_KEY }} aws_bucket: "hydownload" - endpoint: "https://bea223c61d5a41250d127bd67f51dfec.r2.cloudflarestorage.com/hydownload" + endpoint: "https://bea223c61d5a41250d127bd67f51dfec.r2.cloudflarestorage.com/" source_dir: "build" - destination_dir: "app/{{ steps.get_version.outputs.version }}" + destination_dir: "app/${{ steps.get_version.outputs.version }}" - name: Publish to API run: |