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 797938f commit a25bb99Copy full SHA for a25bb99
.github/workflows/cp_dispatch.yml
@@ -195,7 +195,7 @@ jobs:
195
Write-Host "ARCH CODE = $env:ARCH_CODE"
196
try {
197
# Build the download URLs
198
- $YuiFiddlerUrl = "https://github.com/project-yui/Yui-patch/releases/download/$env:Yui_RELEASE/$env:YUI_NAME-fiddler-$env:ARCH_CODE-$env:Yui_RELEASE.$env:LIBRARY_EXTENSION"
+ $YuiFiddlerUrl = "https://github.com/project-yui/Yui-patch/releases/download/$env:Yui_RELEASE/$env:YUI_NAME-$env:Yui_FIDDLER_NAME_NO_EXTENSION-$env:ARCH_CODE-$env:Yui_RELEASE.$env:LIBRARY_EXTENSION"
199
200
# Print the URLs to ensure they're correct
201
Write-Host "Downloading files from $env:Yui_RELEASE"
0 commit comments