akiojin/Unity cache setup

This action sets up a cache in Unity.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
upm-cache-rootSpecifies 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-pathSpecify 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-pathSpecify 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-pathSpecify 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-cacheSpecify any value except true to enable the Git LFS cache. Package Manager will use the `git-lfs` subfolder under the global cache root. nofalse

no outputs