diff --git a/examples.md b/examples.md index 0f46161..394ca0e 100644 --- a/examples.md +++ b/examples.md @@ -246,7 +246,9 @@ The yarn cache directory will depend on your operating system and version of `ya - name: Cache .pnpm-store uses: actions/cache@v2 with: - path: ~/.pnpm-store + path: | + ~/.pnpm-store + D:\.pnpm-store key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}``` ```