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:
1
.github/workflows/Build.yaml
vendored
1
.github/workflows/Build.yaml
vendored
@@ -98,6 +98,7 @@ jobs:
|
||||
UseBasicParsing = $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
|
||||
$Parameters = @{
|
||||
Uri = $URL
|
||||
|
||||
Reference in New Issue
Block a user