|
@@ -39,7 +39,7 @@ jobs:
|
|
|
uses: actions/cache@v1
|
|
uses: actions/cache@v1
|
|
|
with:
|
|
with:
|
|
|
path: ${{ github.workspace }}/.cache/electron-builder
|
|
path: ${{ github.workspace }}/.cache/electron-builder
|
|
|
- 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')) }}
|
|
|
restore-keys: |
|
|
restore-keys: |
|
|
|
${{ runner.os }}-electron-builder-cache-
|
|
${{ runner.os }}-electron-builder-cache-
|
|
|
|
|
|