This commit is contained in:
2024-04-06 16:00:15 +02:00
parent e80590aed0
commit 3250b6f803

View File

@@ -54,7 +54,7 @@ jobs:
- name: 🛠️ Cache PNPM dependencies
uses: actions/cache@v4
with:
path: ${{ env.STORE_PATH }}
path: ${{ env.PNPM_STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: 🔄 Pull Git LFS files