chore(CI): fix unity-packer command

- ScriptTemplates moved to Mirror folder so should be included
This commit is contained in:
MrGadget 2024-06-12 16:53:28 -04:00
parent 573e659c82
commit c084c863af

View File

@ -52,7 +52,7 @@ plugins:
# Create Unity package with Mirror, ScriptTemplates, and LICENSE # Create Unity package with Mirror, ScriptTemplates, and LICENSE
- - '@semantic-release/exec' - - '@semantic-release/exec'
- prepareCmd: "unity-packer pack Mirror.unitypackage Assets/Mirror Assets/Mirror Assets/ScriptTemplates Assets/ScriptTemplates LICENSE Assets/Mirror/LICENSE" - prepareCmd: "unity-packer pack Mirror.unitypackage Assets/Mirror Assets/Mirror LICENSE Assets/Mirror/LICENSE"
# Create a new release on GitHub # Create a new release on GitHub
- - '@semantic-release/github' - - '@semantic-release/github'