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