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 #687

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Conversation

micgro42
Copy link
Collaborator

@micgro42 micgro42 commented Aug 15, 2023

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 #688

@github-actions
Copy link

@micgro42 micgro42 marked this pull request as ready for review August 15, 2023 17:26
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 merged commit 182dac2 into master Aug 16, 2023
5 checks passed
@micgro42 micgro42 deleted the chore/fixArtifactCaching branch August 16, 2023 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants