Skip to content

GitHub Action for autocreating Unity's .meta files using our in-house 'metagen' tool

License

Notifications You must be signed in to change notification settings

scopely/gh-action-metagen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action - Metagen

Automatically create and manage Unity-style .meta files within specific directories of the repository

Inputs

directory

Required The sub-folder in which to sync .meta files.

Example usage

uses: scopely/gh-action-metagen@v1
with:
  directory: Game.Common/Runtime/

Deploy process

MetagenVersion=1.0.10 # UPDATE ME
docker build . \
  --build-arg MetagenVersion=$MetagenVersion \
  -t wbserver/metagen:$MetagenVersion
docker push wbserver/metagen:$MetagenVersion

About

GitHub Action for autocreating Unity's .meta files using our in-house 'metagen' tool

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published