[CI] Fix nightly cu129 build_outputs upload failure (#6264)

This commit is contained in:
YuBaoku
2026-01-28 23:39:39 +08:00
committed by GitHub
parent 7da5f54fb3
commit b07b76e03f
+1 -1
View File
@@ -313,7 +313,7 @@ jobs:
env:
AK: ${{ secrets.BOS_AK }}
SK: ${{ secrets.BOS_SK }}
FASTDEPLOY_WHEEL_URL: ${{ needs.build_cu129.outputs.wheel_path }}
FASTDEPLOY_WHEEL_URL: ${{ needs.build_cu129.outputs.wheel_path_cu129 }}
steps:
- uses: actions/setup-python@v5
with: