mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-17 18:40:33 +00:00
chore(CI): Suppress Hosting folder
This commit is contained in:
parent
de7ac40af9
commit
d80049faca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user