Skip to content

Commit 8a743d5

Browse files
committed
Use ** in cache globs
1 parent 3e429e5 commit 8a743d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
uses: actions/cache@v2
3131
with:
3232
path: |
33-
tools/*/.rush
34-
packages/*/.rush
35-
tools/*/dist
36-
packages/*/dist
37-
tools/*/coverage
38-
packages/*/coverage
33+
tools/*/.rush/**
34+
packages/*/.rush/**
35+
tools/*/dist/**
36+
packages/*/dist/**
37+
tools/*/coverage/**
38+
packages/*/coverage/**
3939
key: ${{ runner.os }}-commands-v0.4-${{ github.ref }}
4040
restore-keys: |
4141
${{ runner.os }}-commands-v0.4-

0 commit comments

Comments
 (0)