Skip to content

Commit

Permalink
Update cp_latest_dispatch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-yui-patch authored Feb 12, 2025
1 parent d13ddc6 commit 8d70de0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cp_latest_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: windows-latest
outputs:
library_extension: ${{ steps.set_library_extension.outputs.library_extension }}
arch_code: ${{ steps.set_arch.outputs.arch }}
arch_code: ${{ steps.set_arch.outputs.arch_code }}

steps:
- name: Set Library Extension (dll / so / dylib)
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
throw "Unsupported OS architecture: $env:OS_ARCH"
}

"arch=$arch" | Out-File -Append -FilePath $env:GITHUB_OUTPUT
"arch_code=$arch" | Out-File -Append -FilePath $env:GITHUB_OUTPUT

scrape_fe_version:
runs-on: windows-latest
Expand Down Expand Up @@ -171,6 +171,7 @@ jobs:
- name: Download Yui Patch
run: |
Write-Host "EXTENSION = $env:LIBRARY_EXTENSION"
Write-Host "ARCH CODE = $env:ARCH_CODE"
try {
# Build the download URLs
$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"
Expand Down

0 comments on commit 8d70de0

Please sign in to comment.