mirror of
https://github.com/actions/cache.git
synced 2026-06-30 09:08:15 +00:00
Merge 9c62c88835 into 55cc834586
This commit is contained in:
commit
6856c5b365
@ -287,3 +287,8 @@ steps:
|
|||||||
- name: Publish package to public
|
- name: Publish package to public
|
||||||
run: ./publish.sh
|
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