We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d25d8e commit 4112d1eCopy full SHA for 4112d1e
.github/workflows/cp_dispatch.yml
@@ -129,7 +129,7 @@ jobs:
129
run: |
130
try {
131
# Build the download URLs
132
- $YuiFiddlerUrl = "https://github.com/project-yui/Yui-patch/releases/download/$env:Yui_RELEASE/$env:YUI_NAME-$env:Yui_FIDDLER_NAME-win32-x86_64-$env:Yui_RELEASE.dll"
+ $YuiFiddlerUrl = "https://github.com/project-yui/Yui-patch/releases/download/$env:Yui_RELEASE/$env:YUI_NAME-fiddler-win32-x86_64-$env:Yui_RELEASE.dll"
133
134
# Print the URLs to ensure they're correct
135
Write-Host "Downloading files from $env:Yui_RELEASE"
0 commit comments