From d0c0943c72d13ded4cfa82a8c9b6e857af63fd23 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sat, 6 Feb 2021 13:01:42 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20ci:=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=BC=93=E5=AD=98=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cache.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 2f55ac80..ce27ce28 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -18,6 +18,7 @@ jobs: - name: Yarn cache uses: actions/cache@v2 + id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}