Skip to content

Commit 72d8e86

Browse files
chore(CI): fix cache dir blob
1 parent 23a3c2c commit 72d8e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
id: yarn-build-cache
5454
with:
5555
path: packages/**/dist
56-
key: ${{ runner.os }}-yarn-build-${{ hashFiles('packages/**/package.json') }}
56+
key: ${{ runner.os }}-yarn-build-${{ hashFiles('packages/**') }}
5757
restore-keys: |
5858
${{ runner.os }}-yarn-build-
5959

0 commit comments

Comments
 (0)