Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Fix cache key hashed file name
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Aug 30, 2023
1 parent cfd6a95 commit ccb1636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/cache@v1.2.1
with:
path: ./git/lfs
key: ${{ runner.os }}-lfs-${{ hashFiles('.lfs-asset-ids') }}
key: ${{ runner.os }}-lfs-${{ hashFiles('.lfs-file-ids') }}

- name: Pull LFS Files
run: git lfs pull
Expand Down

0 comments on commit ccb1636

Please sign in to comment.