Skip to content

Commit

Permalink
fix: remove Data/ path prefix from hashFiles() call
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Nov 13, 2024
1 parent 6f91180 commit cb53416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/cache@v4
with:
path: Data/
key: ${{ runner.os }}-data-${{ hashFiles('Data/*') }}
key: ${{ runner.os }}-data-${{ hashFiles('*') }}
restore-keys: ${{ runner.os }}-data-

- name: Setup Python
Expand Down

0 comments on commit cb53416

Please sign in to comment.