From 0e44bd8670a7f80a6a2931720a71550382eecf7b Mon Sep 17 00:00:00 2001 From: alexiscatnip Date: Fri, 8 Jul 2022 20:36:06 +0800 Subject: [PATCH] fix test and build yaml (workflow) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 401412e..66de554 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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/**') }}