From 48c2a7551efc5d6f2d2bc842c6c2f9f8b590b349 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Sun, 21 Jul 2024 15:03:41 +0700 Subject: [PATCH] Build: Disable bundling of ep_taskbar for now --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce2554f..9d3b318 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,13 +86,13 @@ jobs: run: | nuget restore ExplorerPatcher.sln - - name: Download ep_taskbar - uses: robinraju/release-downloader@v1 - with: - repository: ExplorerPatcher/ep_taskbar_releases - fileName: ep_taskbar.*.dll - latest: true - out-file-path: build/Release + # - name: Download ep_taskbar + # uses: robinraju/release-downloader@v1 + # with: + # repository: ExplorerPatcher/ep_taskbar_releases + # fileName: ep_taskbar.*.dll + # latest: true + # out-file-path: build/Release - name: Build funchook shell: powershell