Exclude folders #538
Unanswered
otaviosoato
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Yes, this action internally uses the glob package of the actions toolkit, and it should support that. https://github.com/actions/toolkit/tree/main/packages/glob https://github.com/actions/toolkit/blob/383ec9fb0389e0473078971d5423323e79a575ff/packages/cache/src/internal/cacheUtils.ts#L42-L59 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I don't know if I'm doing something wrong, but I can't exclude folder from cache using "!" before the path.
The snippet above should work, right?
PS: English is not my native language. Sorry if I wrote something wrong.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions