Dmitry Nefedov
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/Sophia.yml
|
|
@ -77,7 +77,7 @@ jobs: |
|
|
|
$Parameters = @{ |
|
|
|
Uri = "https://api.github.com/repos/microsoft/CsWinRT/releases/latest" |
|
|
|
} |
|
|
|
$URL = (Invoke-RestMethod @Parameters).assets | Where-Object -FilterScript {$_.browser_download_url -match "nupkg"}).browser_download_url |
|
|
|
$URL = ((Invoke-RestMethod @Parameters).assets | Where-Object -FilterScript {$_.browser_download_url -match "nupkg"}).browser_download_url |
|
|
|
|
|
|
|
$Parameters = @{ |
|
|
|
Uri = $URL |
|
|
|