Browse Source

use wildcard for yarn cache instead

shutdown-taker-if-no-maker-present
itchymax 3 years ago
parent
commit
28b33c4eb6
No known key found for this signature in database GPG Key ID: E5F8E74C672BC666
  1. 4
      .github/workflows/build-release-binary.yml

4
.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'

Loading…
Cancel
Save