|
|
|
|
@ -86,13 +86,13 @@ jobs:
@@ -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 |
|
|
|
|
|