Skip to content

Commit

Permalink
Fix hashFiles to calculate the json files
Browse files Browse the repository at this point in the history
the expansion is not done inside the literal string
  • Loading branch information
fabled committed Oct 30, 2024
1 parent 77d0cea commit 2269e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/cache@v4
with:
path: tools/coredump/modulecache
key: coredumps-${{ matrix.target_arch }}-${{ hashFiles('tools/coredump/testdata/${{ matrix.target_arch }}/*.json') }}
key: coredumps-${{ matrix.target_arch }}-${{ hashFiles('tools/coredump/testdata/*/*.json') }}
restore-keys: |
coredumps-${{ matrix.target_arch }}
coredumps-
Expand Down

0 comments on commit 2269e6e

Please sign in to comment.