mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
Update Build.yml
This commit is contained in:
12
.github/workflows/Build.yml
vendored
12
.github/workflows/Build.yml
vendored
@@ -18,13 +18,13 @@ jobs:
|
|||||||
# https://github.com/AngleSharp/AngleSharp
|
# https://github.com/AngleSharp/AngleSharp
|
||||||
Install-Package AngleSharp -Source https://www.nuget.org/api/v2 -SkipDependencies -Force
|
Install-Package AngleSharp -Source https://www.nuget.org/api/v2 -SkipDependencies -Force
|
||||||
|
|
||||||
- name: Downloading YouTube
|
- name: YouTube
|
||||||
run: |
|
run: |
|
||||||
New-Item -Path Temp -ItemType -Force
|
New-Item -Path Temp -ItemType Directory -Force
|
||||||
|
|
||||||
. Scripts\YouTube.ps1
|
. Scripts\YouTube.ps1
|
||||||
|
|
||||||
- name: Downloading ReVanced CLI
|
- name: ReVanced CLI
|
||||||
run: |
|
run: |
|
||||||
. Scripts\ReVanced_CLI.ps1
|
. Scripts\ReVanced_CLI.ps1
|
||||||
|
|
||||||
@@ -32,15 +32,15 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
. Scripts\ReVanced_Patches.ps1
|
. Scripts\ReVanced_Patches.ps1
|
||||||
|
|
||||||
- name: Downloading ReVanced Integrations
|
- name: ReVanced Integrations
|
||||||
run: |
|
run: |
|
||||||
. Scripts\ReVanced_Intergrations.ps1
|
. Scripts\ReVanced_Intergrations.ps1
|
||||||
|
|
||||||
- name: Downloading Vanced MicroG
|
- name: Vanced MicroG
|
||||||
run: |
|
run: |
|
||||||
. Scripts\MicroG.ps1
|
. Scripts\MicroG.ps1
|
||||||
|
|
||||||
- name: Downloading latest Zulu JDK
|
- name: Zulu JDK
|
||||||
run: |
|
run: |
|
||||||
. Scripts\Zulu_JDK.ps1
|
. Scripts\Zulu_JDK.ps1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user