mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-24 07:30:22 +01:00
Build: Disable bundling of ep_taskbar for now
This commit is contained in:
parent
a9b089a86a
commit
48c2a7551e
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -86,13 +86,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
nuget restore ExplorerPatcher.sln
|
nuget restore ExplorerPatcher.sln
|
||||||
|
|
||||||
- name: Download ep_taskbar
|
# - name: Download ep_taskbar
|
||||||
uses: robinraju/release-downloader@v1
|
# uses: robinraju/release-downloader@v1
|
||||||
with:
|
# with:
|
||||||
repository: ExplorerPatcher/ep_taskbar_releases
|
# repository: ExplorerPatcher/ep_taskbar_releases
|
||||||
fileName: ep_taskbar.*.dll
|
# fileName: ep_taskbar.*.dll
|
||||||
latest: true
|
# latest: true
|
||||||
out-file-path: build/Release
|
# out-file-path: build/Release
|
||||||
|
|
||||||
- name: Build funchook
|
- name: Build funchook
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
Loading…
Reference in New Issue
Block a user