Update Build.yaml

This commit is contained in:
Dmitry Nefedov
2022-08-31 12:27:26 +03:00
committed by GitHub
parent 5ad73c47b2
commit 28bca94839

View File

@@ -86,7 +86,7 @@ jobs:
$Tag2 = $Tag.replace("v", "") $Tag2 = $Tag.replace("v", "")
$Parameters = @{ $Parameters = @{
Uri = "https://github.com/microg/GmsCore/releases/download/$Tag/com.google.android.gms-$Tag2.apk" Uri = "https://github.com/microg/GmsCore/releases/download/$Tag/com.google.android.gms-$Tag2.apk"
Outfile = "$DownloadsFolder\ReVanced\microg.apk" Outfile = "$PSScriptRoot\ReVanced\microg.apk"
UseBasicParsing = $true UseBasicParsing = $true
Verbose = $true Verbose = $true
} }