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:
5
.github/workflows/Build.yaml
vendored
5
.github/workflows/Build.yaml
vendored
@@ -91,10 +91,9 @@ jobs:
|
|||||||
UseBasicParsing = $true
|
UseBasicParsing = $true
|
||||||
Verbose = $true
|
Verbose = $true
|
||||||
}
|
}
|
||||||
$Tag = (Invoke-RestMethod @Parameters).tag_name
|
$URL = ((Invoke-RestMethod @Parameters).assets | Where-Object -FilterScript {$_.browser_download_url -notmatch "asc"}).browser_download_url
|
||||||
$Tag2 = $Tag.replace("v", "")
|
|
||||||
$Parameters = @{
|
$Parameters = @{
|
||||||
Uri = "https://github.com/microg/GmsCore/releases/download/$Tag/com.google.android.gms-$Tag2.apk"
|
Uri = $URL
|
||||||
Outfile = "$PSScriptRoot\ReVanced\microg.apk"
|
Outfile = "$PSScriptRoot\ReVanced\microg.apk"
|
||||||
UseBasicParsing = $true
|
UseBasicParsing = $true
|
||||||
Verbose = $true
|
Verbose = $true
|
||||||
|
|||||||
Reference in New Issue
Block a user