Update Build.yaml

This commit is contained in:
Dmitry Nefedov
2022-08-31 12:49:23 +03:00
committed by GitHub
parent d1cb47bd13
commit ee8262501b

View File

@@ -94,7 +94,7 @@ jobs:
$URL = ((Invoke-RestMethod @Parameters).assets | Where-Object -FilterScript {$_.browser_download_url -notmatch "asc"}).browser_download_url $URL = ((Invoke-RestMethod @Parameters).assets | Where-Object -FilterScript {$_.browser_download_url -notmatch "asc"}).browser_download_url
$Parameters = @{ $Parameters = @{
Uri = $URL Uri = $URL
Outfile = "$PSScriptRoot\ReVanced\microg.apk" Outfile = "$PSScriptRoot\microg.apk"
UseBasicParsing = $true UseBasicParsing = $true
Verbose = $true Verbose = $true
} }