From c084c863af2a7d4f4362efea829a1557ea4b8a1e Mon Sep 17 00:00:00 2001 From: MrGadget <9826063+MrGadget1024@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:53:28 -0400 Subject: [PATCH] chore(CI): fix unity-packer command - ScriptTemplates moved to Mirror folder so should be included --- .releaserc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc.yml b/.releaserc.yml index ac7ecf448..b800ca842 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -52,7 +52,7 @@ plugins: # Create Unity package with Mirror, ScriptTemplates, and LICENSE - - '@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 - - '@semantic-release/github'