You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like to implement https://github.com/actions/cache to my workflows where I create these binaries using go-release-action.
However whatever I try to figure out how to configure that cache, it never re-use it. It seems go-release-action store these modules to some non-standard directory.
Can you please share how we can implement proper cache location to work with go-release-action?
I would like to eliminate downloading like these to bare minimum
Hi,
I would like to implement https://github.com/actions/cache to my workflows where I create these binaries using go-release-action.
However whatever I try to figure out how to configure that cache, it never re-use it. It seems go-release-action store these modules to some non-standard directory.
Can you please share how we can implement proper cache location to work with go-release-action?
I would like to eliminate downloading like these to bare minimum
The text was updated successfully, but these errors were encountered: