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:
7
.github/workflows/Build.yaml
vendored
7
.github/workflows/Build.yaml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Build
|
||||
|
||||
on: [workflow_dispatch]
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
patch:
|
||||
@@ -113,6 +117,7 @@ jobs:
|
||||
Verbose = $true
|
||||
}
|
||||
$URL = (Invoke-RestMethod @Parameters).architecture."64bit".url
|
||||
$Tag = (Invoke-RestMethod @Parameters).version
|
||||
$Parameters = @{
|
||||
Uri = $URL
|
||||
Outfile = "$PSScriptRoot\jdk_windows-x64_bin.zip"
|
||||
|
||||
Reference in New Issue
Block a user