Skip to content

Commit a25bb99

Browse files
authored
Update cp_dispatch.yml
1 parent 797938f commit a25bb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cp_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
Write-Host "ARCH CODE = $env:ARCH_CODE"
196196
try {
197197
# 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"
198+
$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"
199199
200200
# Print the URLs to ensure they're correct
201201
Write-Host "Downloading files from $env:Yui_RELEASE"

0 commit comments

Comments
 (0)