From 07ffba3efe3adebaa9eb5ae9a6b41ec963e50bc2 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Fri, 23 Sep 2022 10:37:09 +0300 Subject: [PATCH] Update Build.yml --- .github/workflows/Build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index c3f8649..356a99b 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -18,13 +18,13 @@ jobs: # https://github.com/AngleSharp/AngleSharp Install-Package AngleSharp -Source https://www.nuget.org/api/v2 -SkipDependencies -Force - - name: Downloading YouTube + - name: YouTube run: | - New-Item -Path Temp -ItemType -Force + New-Item -Path Temp -ItemType Directory -Force . Scripts\YouTube.ps1 - - name: Downloading ReVanced CLI + - name: ReVanced CLI run: | . Scripts\ReVanced_CLI.ps1 @@ -32,15 +32,15 @@ jobs: run: | . Scripts\ReVanced_Patches.ps1 - - name: Downloading ReVanced Integrations + - name: ReVanced Integrations run: | . Scripts\ReVanced_Intergrations.ps1 - - name: Downloading Vanced MicroG + - name: Vanced MicroG run: | . Scripts\MicroG.ps1 - - name: Downloading latest Zulu JDK + - name: Zulu JDK run: | . Scripts\Zulu_JDK.ps1