jaxxstorm / action-install-gh-release

GitHub Action to install the Github Release binaries
Apache License 2.0
67 stars 29 forks source link

Ensure that binaries-location is used when caching is enabled #50

Closed DavidGregory084 closed 1 year ago

DavidGregory084 commented 1 year ago

In this build I found that although a cache entry was found and restored for the binaries that were installed in a previous build, the binaries were not added to the path. When caching was disabled everything worked as expected. I think that we need to use the finalBinLocation in the code path that uses the cache.

jaxxstorm commented 1 year ago

Thanks for the contribution!