-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stored cache is empty #33
Comments
same here. |
I cannot reproduce this, but there are a few reasons why this can happen:
|
I resolved my issue by ensuring that the local directory doesn't exist before running the cache dance, and changing the path to something relative to the checkout. |
I'm also experiencing same issue. Relevant parts of GitHub Actions Workflow:
|
I am probably missing something, but doing the same as the example results in an empty cache :
Dockerfile snippet using this cache :
I have the same issue with other caches I tried (pnpm store, build dist folders, etc), so that's not related specifically to this path but to the way I implement the action (according to the documentation).
The text was updated successfully, but these errors were encountered: