[CI] Fix reusable workflow output mapping in _build_linux_rl.yml

Fix incorrect job reference in reusable workflow outputs, which caused the RL wheel path to be dropped.
This commit is contained in:
YuBaoku
2026-01-04 21:22:07 +08:00
committed by GitHub
parent 5e4e6692a4
commit 37a128e240
+1 -1
View File
@@ -51,7 +51,7 @@ on:
outputs:
wheel_path_rl:
description: "Output path of the generated wheel"
value: ${{ jobs.fd-build.outputs.wheel_path_rl }}
value: ${{ jobs.fd-build-rl.outputs.wheel_path_rl }}
jobs:
fd-build-rl:
runs-on: [self-hosted, GPU-Build]