chore(CI): Suppress Hosting folder

This commit is contained in:
MrGadget 2024-08-10 07:33:26 -04:00
parent de7ac40af9
commit d80049faca

View File

@ -50,10 +50,10 @@ plugins:
- - '@semantic-release/exec'
- prepareCmd: "rm -f -r Assets/Mirror/Tests && rm -f Assets/Mirror/Tests.meta"
# # Remove EdgeGap Hosting folder so it's excluded from Unity package
# # -f: force, -r: recursive
# - - '@semantic-release/exec'
# - prepareCmd: "rm -f -r Assets/Mirror/Hosting && rm -f Assets/Mirror/Hosting.meta"
# Remove EdgeGap Hosting folder so it's excluded from Unity package
# -f: force, -r: recursive
- - '@semantic-release/exec'
- prepareCmd: "rm -f -r Assets/Mirror/Hosting && rm -f Assets/Mirror/Hosting.meta"
# Move ScriptTemplates to Mirror folder so they're included in Unity package
# There's an editor script that moves them back to Assets when imported to Unity