Skip to content

Commit de03b7b

Browse files
committed
fixed typo
1 parent 312cba6 commit de03b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_img.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/cache@v4
6565
with:
6666
path: 'images/base.img'
67-
key: ${{ runner.OS }}-base-${{ hashFiles('base.Pifle', 'files/*') }}
67+
key: ${{ runner.OS }}-base-${{ hashFiles('base.Pifile', 'files/*') }}
6868
restore-keys: |
6969
${{ runner.OS }}-base-
7070
- name: Cache pimod

0 commit comments

Comments
 (0)