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 375772e commit bac497cCopy full SHA for bac497c
1 file changed
.github/workflows/tests.yml
@@ -67,7 +67,7 @@ jobs:
67
id: exe-export-lfs-cache
68
with:
69
path: electron/.git/lfs
70
- key: ${{ runner.os }}-lfs-${{ hashFiles('.lfs-assets-id') }}-v1
+ key: ${{ runner.os }}-lfs-${{ hashFiles('electron/.lfs-assets-id') }}-v1
71
- name: pull exe-export LFS files
72
run: |
73
cd electron/
0 commit comments