Improve cache busting to consider the build scripts themselves (#633)

This commit is contained in:
Michael Telatynski
2023-04-26 15:04:17 +01:00
committed by GitHub
parent 5f5d8f08d0
commit 7b0040063b
4 changed files with 7 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ jobs:
id: cache
uses: actions/cache@v3
with:
key: ${{ runner.os }}-${{ hashFiles('hakDependencies.json', 'electronVersion') }}
key: ${{ runner.os }}-${{ hashFiles('hakHash', 'electronVersion') }}
path: |
./.hak