From c81c101e336bc13618702e6b7f184fedba6b064a Mon Sep 17 00:00:00 2001 From: Raunak Bhagat Date: Mon, 18 Nov 2024 13:18:04 -0800 Subject: [PATCH] Add trailing slash --- .github/workflows/build-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-commit.yaml b/.github/workflows/build-commit.yaml index 5fd5a7cbe3..038169cc46 100644 --- a/.github/workflows/build-commit.yaml +++ b/.github/workflows/build-commit.yaml @@ -61,5 +61,5 @@ jobs: file_basename=$(basename $file) echo "wheel=$file_basename" >> $GITHUB_OUTPUT echo "Output wheel has been built and stored in S3 at the following location:" >> $GITHUB_STEP_SUMMARY - echo "https://us-west-2.console.aws.amazon.com/s3/buckets/github-actions-artifacts-bucket?prefix=builds/${{ inputs.commit || github.sha }}" >> $GITHUB_STEP_SUMMARY + echo "https://us-west-2.console.aws.amazon.com/s3/buckets/github-actions-artifacts-bucket?prefix=builds/${{ inputs.commit || github.sha }}/" >> $GITHUB_STEP_SUMMARY done