fix test and build yaml (workflow)

This commit is contained in:
alexiscatnip
2022-07-08 20:36:06 +08:00
parent e3660dd2cb
commit 0e44bd8670
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2
- name: Restore Library cache
- uses: actions/cache@v2
uses: actions/cache@v2
with:
path: Library
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}