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
{{ message }}
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Currently, the blob-copy action keeps intermediate paths when downloading files, so something like
will write files to
dest_dir/some/long/path/foo(including recursives, sofoo/a/b/c.txtwould bedest_dir/some/long/path/foo/a/b/c.txt)Add an optional input to copy objects (files/dirs) directly to
$DESTINATION, so that we would seedest_dir/a/b/c.txtinstead.