Skip to content

fix: Use orig_path for bundle sources output file name #2514

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

szokeasaurusrex
Copy link
Member

For dSYMs, canonical_path excludes the original dSYM extension, causing any extension before the .dSYM to be lost when adding the .src.zip extension. This caused the bug observed in #2502.

Instead, we should use the file name given in the original path when generating the file name for the output source bundle.

Fixes #2502

For dSYMs, `canonical_path` excludes the original dSYM extension, causing any extension before the `.dSYM` to be lost when adding the `.src.zip` extension. This caused the bug observed in #2502.

Instead, we should use the file name given in the original path when generating the file name for the output source bundle.

Fixes #2502
@szokeasaurusrex szokeasaurusrex merged commit 3b31c33 into master May 21, 2025
18 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/use-orig-path-for-bundle-sources branch May 21, 2025 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure source bundles generated in the same run don't get overwritten (macOS)
2 participants