Skip to content

fix(upload): trim dest ** prefix only at a path-segment boundary - #1073

Open
andrii-bodnar wants to merge 1 commit into
nextfrom
fix/cli-next-issue-1072
Open

fix(upload): trim dest ** prefix only at a path-segment boundary#1073
andrii-bodnar wants to merge 1 commit into
nextfrom
fix/cli-next-issue-1072

Conversation

@andrii-bodnar

@andrii-bodnar andrii-bodnar commented Aug 18, 2026

Copy link
Copy Markdown
Member

A dest like /Product.Core/**/... stripped the literal prefix off any folder whose name merely starts with the same string, uploading Product.Core.Implementation/... as .Implementation/... A prefix glued to ** (/Product.**) still trims as a raw string, as the pattern asks.

Refs #1072

A dest like /Product.Core/**/... stripped the literal prefix off any
folder whose name merely starts with the same string, uploading
Product.Core.Implementation/... as .Implementation/... A prefix glued
to ** (/Product.**) still trims as a raw string, as the pattern asks.

Refs #1072

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@andrii-bodnar
andrii-bodnar requested a review from bhdnb August 18, 2026 09:23
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.

2 participants