mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +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 }}
|
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||||
key: ${{ runner.OS }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ runner.OS }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.OS }}-node-
|
${{ runner.OS }}-yarn-
|
||||||
- run: yarn install --prefer-offline
|
- run: yarn install --prefer-offline
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- uses: aquiladev/ipfs-action@v0.1.5
|
- uses: aquiladev/ipfs-action@v0.1.5
|
||||||
|
Loading…
Reference in New Issue
Block a user