Skip to content

Commit 6586386

Browse files
authored
Fix typo
1 parent 5a84edd commit 6586386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/cache@v1
4040
with:
4141
path: ${{ github.workspace }}/.cache/electron-builder
42-
key: ${{ runner.os }}-electron-builder-cache-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json'')) }}
42+
key: ${{ runner.os }}-electron-builder-cache-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
4343
restore-keys: |
4444
${{ runner.os }}-electron-builder-cache-
4545

0 commit comments

Comments
 (0)