Skip to content

Commit

Permalink
Fix calculating dsym_url
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 27, 2024
1 parent 8002235 commit f53c84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_notarized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
# Calculate the URL for the dSYM to report it later
s3_bucket_url="s3://${RELEASE_BUCKET_NAME}/${RELEASE_BUCKET_PREFIX}/"
dsym_url="${DSYM_S3_PATH/#${s3_bucket_url}/${DSYM_URL_ROOT}}" # replace S3 bucket url with CDN URL
dsym_url="${dsym_s3_path/#${s3_bucket_url}/${DSYM_URL_ROOT}}" # replace S3 bucket url with CDN URL
echo "dsym-url=${dsym_url}" >> $GITHUB_OUTPUT
aws s3 cp $DSYM_LOCAL_PATH $dsym_s3_path --acl public-read
echo "dsym-s3-path=${dsym_s3_path}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f53c84e

Please sign in to comment.