Skip to content

Commit

Permalink
build fix: reset cache, use yarn.lock as cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Aug 30, 2021
1 parent 4ef1e57 commit ee9420f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
~/.cache/electron
~/.cache/electron-builder
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Run Build
env:
Expand Down

0 comments on commit ee9420f

Please sign in to comment.