From b9c4e78fa0f1905c1aad5183bb832248792add6c Mon Sep 17 00:00:00 2001 From: Martin Rotter <rotter.martinos@gmail.com> Date: Thu, 25 Jul 2024 10:24:40 +0200 Subject: [PATCH] automatize versions of zlib and cmake too --- resources/scripts/github-actions/build-windows.ps1 | 2 ++ 1 file changed, 2 insertions(+) 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 }