Denis 5 anni fa
parent
commit
6586386d00
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -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-