Update Build.yml

This commit is contained in:
Dmitry Nefedov
2022-09-01 19:38:49 +03:00
committed by GitHub
parent 1128c5e48f
commit 2718c79f76

View File

@@ -58,7 +58,7 @@ jobs:
# Finally, get the real link
$Parameters = @{
Uri = "https://www.apkmirror.com$URL_Part"
OutFile = "$PSScriptRoot\ReVanced\youtube.apk"
OutFile = "$PSScriptRoot\youtube.apk"
UseBasicParsing = $true
Verbose = $true
}