chore: fix cache path (#1000)

This commit is contained in:
DarkSky
2023-02-15 04:29:50 +08:00
committed by GitHub
parent 61fc9bc222
commit 3b9caadaac

View File

@@ -37,7 +37,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
.next/cache
apps/web/.next/cache
# Generate a new cache whenever packages or source files change.
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
# If source files changed but packages didn't, rebuild from a prior cache.