CI - Include Hosting folder

This commit is contained in:
MrGadget 2024-08-02 15:09:04 -04:00
parent 5b7da43d5c
commit 56b8ff3304

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