mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user