Pinned ·
GitHub Actions: How to Implement Caching For Releases (Rust as Example)
tl;dr: Please find a working reference implementation on GitHub.
Update: I turned the example below into a GitHub Action, available at hendrikmaus/custom-cache-action.
If you are reading this at a later point in time, GitHub might have delivered this feature.
Context
As of toda…