We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1fa6d commit 4ba675dCopy full SHA for 4ba675d
.github/workflows/develop-branch.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/cache@v3
19
with:
20
path: UnityProject/AR_Pool/Library
21
- key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
+ key: Library-${{ hashFiles('UnityProject/AR_Pool/Assets/**', 'UnityProject/AR_Pool/Packages/**', 'UnityProject/AR_Pool/ProjectSettings/**') }}
22
restore-keys: |
23
Library-
24
#Build
0 commit comments