actions: fix cache

This commit is contained in:
FireMasterK 2021-01-02 19:24:52 +05:30
parent d557f1c912
commit dfa4379aa6
No known key found for this signature in database
GPG Key ID: 8DFF5DD33E93DB58
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.OS }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-yarn-
- run: yarn install --prefer-offline
- run: yarn build
- uses: aquiladev/ipfs-action@v0.1.5