Skip to content
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

Fix cache key for artifact caching #691

Merged
merged 2 commits into from
Aug 16, 2023
Merged

Conversation

micgro42
Copy link
Collaborator

When this action runs, hashFiles('*/dist') would always return the empty string, because it does not match any files. That means that the cache key would always be identical: linux-.

This should be merged after #690

@github-actions
Copy link

When this action runs, `hashFiles('*/dist')` would always return the
empty string, because it does not match any files. That means that the
cache key would always be identical: `linux-`.
@micgro42 micgro42 force-pushed the chore/next/fixArtifactCaching branch from 90abd5d to ae9ceb3 Compare August 16, 2023 08:26
@micgro42 micgro42 merged commit fbd23b0 into next Aug 16, 2023
5 checks passed
@micgro42 micgro42 deleted the chore/next/fixArtifactCaching branch August 16, 2023 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants