Skip to content

Commit

Permalink
Add logging to Unity Project create
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDarksideJ committed Jun 13, 2024
1 parent 9b5bc39 commit 57b2e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rununityUPMbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
$TempUnityProjectName = 'P'
unity-editor '-createProject' $TempUnityProjectName -quit
unity-editor '-createProject' $TempUnityProjectName '-logFile' $logPath '-quit'
if ( -not (Test-Path "$TempUnityProjectName") )
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rununityUPMbuildmultiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:
$TempUnityProjectName = 'P'
unity-editor '-createProject' $TempUnityProjectName -quit
unity-editor '-createProject' $TempUnityProjectName '-logFile' $logPath '-quit'
if ( -not (Test-Path "$TempUnityProjectName") )
{
Expand Down

0 comments on commit 57b2e10

Please sign in to comment.