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 5a84edd commit 6586386Copy full SHA for 6586386
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/cache@v1
40
with:
41
path: ${{ github.workspace }}/.cache/electron-builder
42
- key: ${{ runner.os }}-electron-builder-cache-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json'')) }}
+ key: ${{ runner.os }}-electron-builder-cache-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
43
restore-keys: |
44
${{ runner.os }}-electron-builder-cache-
45
0 commit comments