Skip to content

Commit 055affa

Browse files
committed
ci: reset build cache to fix ci build, make cache clearable via gh secrets
1 parent dec39ae commit 055affa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildapp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
~/.cache/electron
3131
~/.cache/electron-builder
3232
**/node_modules
33-
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
33+
key: ${{ runner.os }}-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/yarn.lock') }}
3434

3535
- name: Run Build
3636
env:

0 commit comments

Comments
 (0)