automatize versions of zlib and cmake too
This commit is contained in:
parent
5a3fff9ea5
commit
b9c4e78fa0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue