From 28b33c4eb63a30435f7d31f042dceb59e1679a81 Mon Sep 17 00:00:00 2001 From: itchymax Date: Tue, 9 Nov 2021 19:51:46 +1100 Subject: [PATCH] use wildcard for yarn cache instead --- .github/workflows/build-release-binary.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-release-binary.yml b/.github/workflows/build-release-binary.yml index 419b04c..929eef3 100644 --- a/.github/workflows/build-release-binary.yml +++ b/.github/workflows/build-release-binary.yml @@ -81,9 +81,7 @@ jobs: with: node-version: '16' cache: yarn - cache-dependency-path: | - 'maker-frontend/yarn.lock' - 'taker-frontend/yarn.lock' + cache-dependency-path: '**/yarn.lock' - name: Build maker frontend if: matrix.bin == 'maker'