Skip to content

Commit

Permalink
Build: Disable bundling of ep_taskbar for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Jul 21, 2024
1 parent a9b089a commit 48c2a75
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48c2a75

Please sign in to comment.