Results 7 comments of Collin Richards

I think I encountered this issue and may have fixed it by modifying the repo and forcing it to use the old camera api internally (not the best solution). It's...

I discovered a bit of a hacky work around. If you tag a commit with 2 tags e.g 'latest' and 'v1.0.1' then you can perform the github action against the...

Maybe the behavior is as designed, but I'm still encountering the cache not being sharable between different tags. For example a cache created on tag v1.0.1 will not be usable...

Those docs don't mention git tags, just branches. If the current behavior is as designed then I think a note/warning should be added in the readme [here](https://github.com/actions/cache/#cache-scopes). Currently it states:...

@Phantsure thank you for taking the time to review this issue.

That's a good point. There's also a chance that some of those files exist in the project repo, but were explicitly excluded in the crate. See this recent discussion: https://users.rust-lang.org/t/psa-check-if-your-cargo-crates-are-clean-and-tagged/109264...

I agree, it's something I'd be interested implementing if there was a chance of getting it merged in. On some workloads I noticed a non-trivial amount of time was spent...