mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
actions: fix cache
This commit is contained in:
parent
d557f1c912
commit
dfa4379aa6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue