Browse Source
use wildcard for yarn cache instead
shutdown-taker-if-no-maker-present
itchymax
3 years ago
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666
1 changed files with
1 additions and
3 deletions
-
.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' |
|
|
|