Update Build.yaml

This commit is contained in:
Dmitry Nefedov
2022-08-31 23:44:31 +03:00
committed by GitHub
parent 11a9b5ecbd
commit 268135bc87

View File

@@ -98,6 +98,7 @@ jobs:
UseBasicParsing = $true
Verbose = $true
}
$Tag = (Invoke-RestMethod @Parameters).tag_name
$URL = ((Invoke-RestMethod @Parameters).assets | Where-Object -FilterScript {$_.browser_download_url -notmatch "asc"}).browser_download_url
$Parameters = @{
Uri = $URL