Skip to content

Commit

Permalink
feat: JSON Logging Shader Build Splat ( Fixes #163 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Feb 13, 2024
1 parent 14bf7a4 commit 5e54206
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Build/obs--shaders.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,9 @@ ShaderName: ``$ShaderName``
~~~
$($_ | Out-String)
~~~
~~~
$($NewPipeScriptSplat | ConvertTo-Json)
~~~json
$($NewPipeScriptSplat | ConvertTo-Json -Depth 10)
~~~
"@ | Out-File -Path $env:GITHUB_STEP_SUMMARY -Append
}
Expand Down

0 comments on commit 5e54206

Please sign in to comment.