chore(CI): include hosting folder

This commit is contained in:
MrGadget 2024-09-30 17:42:39 -04:00
parent 80df4d66b6
commit 0a458fbd90

View File

@ -55,8 +55,8 @@ plugins:
# 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"
# - - '@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