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: with:
node-version: '16' node-version: '16'
cache: yarn cache: yarn
cache-dependency-path: | cache-dependency-path: '**/yarn.lock'
'maker-frontend/yarn.lock'
'taker-frontend/yarn.lock'
- name: Build maker frontend - name: Build maker frontend
if: matrix.bin == 'maker' if: matrix.bin == 'maker'

Loading…
Cancel
Save