mirror of
https://github.com/actions/cache.git
synced 2026-04-10 16:36:38 +00:00
Merge 9c62c88835 into 668228422a
This commit is contained in:
commit
2f4ade7c94
@ -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
Block a user