Skip to content

Commit 6ee889f

Browse files
committed
fix: correct cache restore-keys in build workflow
1 parent 45fd9e6 commit 6ee889f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
with:
137137
path: Library
138138
key: Library-${{ env.TARGET_PLATFORM }}
139-
restore-keys: Library-
139+
restore-keys: Library-${{ env.TARGET_PLATFORM }}
140140

141141
- uses: game-ci/unity-builder@v4
142142
env:

0 commit comments

Comments
 (0)