Skip to content

Commit

Permalink
fix: use correct cache path for hashes (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian authored Dec 1, 2023
1 parent 6596b2d commit 7abf13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/inspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Restore Hash Cache
uses: actions/cache@v3
with:
path: hash
path: ./hash
key: ${{ runner.os }}-hashes

- name: Validate Submissions
Expand Down

0 comments on commit 7abf13e

Please sign in to comment.