mirror of https://github.com/actions/cache
Merge 9c62c88835 into 27d5ce7f10
This commit is contained in:
commit
1cc321b037
|
|
@ -287,3 +287,8 @@ steps:
|
|||
- name: Publish package to public
|
||||
run: ./publish.sh
|
||||
```
|
||||
run: ./build-child-module.sh
|
||||
uses: actions/cache/restore@v5
|
||||
path: path/to/dependencies
|
||||
key: ${{runner.os}}-${{ hashfiles('**/lockfiles')}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue