You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Group tar -C by parent directory to include all app dirs
When multiple app dirs share the same parent (e.g. all under
_build/test/lib/), repeated `-C parent basename` pairs caused tar
to only include the last one. Group by parent and pass all
basenames after a single -C to fix.
Also filter out the "." relative path entry.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments