mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-02-02 01:46:59 +00:00
actions: fix cache
This commit is contained in:
parent
d557f1c912
commit
dfa4379aa6
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 New Issue
Block a user