Skip to content

Commit f667265

Browse files
committed
chore: update hasFiles for yarn-build-cache step
1 parent 72d8e86 commit f667265

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/**') }}
56+
key: ${{ runner.os }}-yarn-build-${{ hashFiles('/packages/**/*') }}
5757
restore-keys: |
5858
${{ runner.os }}-yarn-build-
5959

0 commit comments

Comments
 (0)