ci: missing style output in res-update logging

This commit is contained in:
Constrat
2025-02-14 12:26:05 +01:00
parent 9b3e098bf7
commit c28ed09da9

View File

@@ -41,6 +41,7 @@ else {
Write-Output "Changes: $hasChanges"
Write-Output "PNG Changes: $hasPngChanges"
Write-Output "Updaate Resources: $hasVersionChanges"
Write-Output "changes=$hasChanges" >> $env:GITHUB_OUTPUT
Write-Output "contains_png=$hasPngChanges" >> $env:GITHUB_OUTPUT
Write-Output "update_resources=$hasVersionChanges" >> $env:GITHUB_OUTPUT