We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec39ae commit 055affaCopy full SHA for 055affa
.github/workflows/buildapp.yaml
@@ -30,7 +30,7 @@ jobs:
30
~/.cache/electron
31
~/.cache/electron-builder
32
**/node_modules
33
- key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
+ key: ${{ runner.os }}-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/yarn.lock') }}
34
35
- name: Run Build
36
env:
0 commit comments