File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 if : ${{ env.RUN_BUILD == 'true' }}
101101 shell : bash
102102 run : |
103- unity-cli run --log-name Validate-${{ matrix.build-target }} -quit -nographics -batchmode -executeMethod Utilities.Editor.BuildPipeline.UnityPlayerBuildTools.ValidateProject -importTMProEssentialsAsset
103+ unity-cli run --log-name Validate -quit -nographics -batchmode -executeMethod Utilities.Editor.BuildPipeline.UnityPlayerBuildTools.ValidateProject -importTMProEssentialsAsset
104104 unity-cli run --log-name Build-${{ matrix.build-target }} -quit -nographics -batchmode -buildTarget ${{ matrix.build-target }} -executeMethod Utilities.Editor.BuildPipeline.UnityPlayerBuildTools.StartCommandLineBuild -sceneList Assets/Scenes/SampleScene.unity
105105 - name : Uninstall editor
106106 shell : bash
You can’t perform that action at this time.
0 commit comments