1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00

Build: Disable bundling of ep_taskbar for now

This commit is contained in:
Amrsatrio 2024-07-21 15:03:41 +07:00
parent a9b089a86a
commit 48c2a7551e

View File

@ -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