Automatically create and manage Unity-style .meta files within specific directories of the repository
Required The sub-folder in which to sync .meta files.
uses: scopely/gh-action-metagen@v1
with:
directory: Game.Common/Runtime/
MetagenVersion=1.0.10 # UPDATE ME
docker build . \
--build-arg MetagenVersion=$MetagenVersion \
-t wbserver/metagen:$MetagenVersion
docker push wbserver/metagen:$MetagenVersion