Skip to content

Commit 4ba675d

Browse files
committed
#5 I hope it is fixed.
1 parent 1e1fa6d commit 4ba675d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/develop-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/cache@v3
1919
with:
2020
path: UnityProject/AR_Pool/Library
21-
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
21+
key: Library-${{ hashFiles('UnityProject/AR_Pool/Assets/**', 'UnityProject/AR_Pool/Packages/**', 'UnityProject/AR_Pool/ProjectSettings/**') }}
2222
restore-keys: |
2323
Library-
2424
#Build

0 commit comments

Comments
 (0)