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 9f5d3f0 commit e505d67Copy full SHA for e505d67
.github/workflows/main.yml
@@ -35,9 +35,9 @@ jobs:
35
- uses: actions/cache@v4
36
with:
37
path: Library
38
- key: Library-${{ runner.os }}-${{ hashFiles('Packages/manifest.json', 'ProjectSettings/ProjectVersion.txt') }}
+ key: Library
39
restore-keys: |
40
- Library-${{ runner.os }}-
+ Library
41
42
# Build
43
- name: Build App
0 commit comments