From 7acb764f761fe95d43f5e92920b10149d213fb11 Mon Sep 17 00:00:00 2001 From: an-lee Date: Fri, 1 Mar 2024 15:48:03 +0800 Subject: [PATCH] fix typo --- .github/workflows/build-enjoy-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-enjoy-app.yml b/.github/workflows/build-enjoy-app.yml index 66bc9b20..936bf8d1 100644 --- a/.github/workflows/build-enjoy-app.yml +++ b/.github/workflows/build-enjoy-app.yml @@ -36,7 +36,7 @@ jobs: id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: "**/node_modules" - key: ${{ runner.os }}-{{ github.event.inputs.arch }}-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-${{ github.event.inputs.arch }}-${{ hashFiles('**/yarn.lock') }} - name: Install dependencies env: