From db54ce9d4b3ac739a83ee5cb9cf7a32ced642747 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Wed, 24 Jul 2024 00:43:54 +0700 Subject: [PATCH] Build: Oops --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2af4de17a..c60a40aea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,10 +86,10 @@ jobs: run: | nuget restore ExplorerPatcher.sln - - name: Setup dependency projects + - name: Build dependencies shell: cmd run: | - GenerateDependencyProjects.bat + BuildDependencies%BUILD_CONFIGURATION%.bat # - name: Download ep_taskbar # uses: robinraju/release-downloader@v1