pub fn remote_store(entry: &CacheEntry, cli_label: &str)Expand description
Store a cache entry in the remote GHA cache.
Packs the entry directory as a tar blob and uploads it. Failures are non-fatal (logged as warnings).
cli_label prefixes diagnostic output (e.g. "ktstr" or
"cargo ktstr").