diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2af4de1..c60a40a 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