fix: validate checksum of cached artifacts - #212
Conversation
22c8cef to
4185164
Compare
|
🎉 This PR is included in version 2.0.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
The new behavior seems to be always trying to download the checksum file even if all other files are cached. |
This is the new correct/expected behavior.
Right next to the other files you were pre-filling the cache with Worth noting that if you want to do this truly offline without prefilling the SHASUM file you could also provide a |
Fixes #210