mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
Update Build.yaml
This commit is contained in:
2
.github/workflows/Build.yaml
vendored
2
.github/workflows/Build.yaml
vendored
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user