diff --git a/resources/scripts/github-actions/build-windows.ps1 b/resources/scripts/github-actions/build-windows.ps1 index 3bc16afed..f36a5a752 100755 --- a/resources/scripts/github-actions/build-windows.ps1 +++ b/resources/scripts/github-actions/build-windows.ps1 @@ -20,6 +20,8 @@ function Fetch-Latest-Release([string]$OrgRepo, [string]$NameRegex) { Add-Member -InputObject $asset -NotePropertyName "tag_name" -NotePropertyValue $releases_release.tag_name.Substring(1) + Write-Host $asset + return $asset }