diff --git a/.github/workflows/electron-build-release.yaml b/.github/workflows/electron-build-release.yaml index 5a014c81..0234860b 100644 --- a/.github/workflows/electron-build-release.yaml +++ b/.github/workflows/electron-build-release.yaml @@ -23,6 +23,7 @@ jobs: with: path: | node_modules + */*/node_modules key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('yarn.lock') }} restore-keys: | ${{ runner.os }}-build-${{ env.cache-name }}- diff --git a/.github/workflows/electron-build.yaml b/.github/workflows/electron-build.yaml index b9a865aa..c84c22b6 100644 --- a/.github/workflows/electron-build.yaml +++ b/.github/workflows/electron-build.yaml @@ -28,6 +28,7 @@ jobs: with: path: | node_modules + */*/node_modules key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('yarn.lock') }} restore-keys: | ${{ runner.os }}-build-${{ env.cache-name }}-