akiojin/Unity cache setup
This action sets up a cache in Unity.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| upm-cache-root | Specifies the root directory of the global cache to be used by the Package Manager. If omitted, the Unity default cache directory is used. | no | — |
| upm-npm-cache-path | Specify the absolute path to the location where you want Package Manager to store package metadata and tarballs. By default, this is the `npm` subfolder under the global cache root. | no | — |
| upm-cache-path | Specify the absolute path to the location where you want Package Manager to store the uncompressed contents of package tarballs. By default, this is the `packages` subfolder under the global cache root. | no | — |
| upm-git-lfs-cache-path | Specify the absolute path to the location where you want Package Manager to store the Git LFS cache. By setting this path, you automatically enable the Git LFS cache. | no | — |
| upm-enable-git-lfs-cache | Specify any value except true to enable the Git LFS cache. Package Manager will use the `git-lfs` subfolder under the global cache root. | no | false |
Outputs
no outputs