We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9bb6b5 commit 01d5608Copy full SHA for 01d5608
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/cache@v3
45
with:
46
path: ./UnityProject/Library
47
- key: Library-UnityNetcodePatcher
+ key: Library-UnityNetcodePatcher-${{ matrix.target }}
48
restore-keys: |
49
Library-UnityNetcodePatcher-
50
Library-
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
0 commit comments