Skip to content

Commit f6a2db8

Browse files
committed
update
1 parent afbe556 commit f6a2db8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/_ascend_npu_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
outputs:
1515
artifact_name:
1616
description: 'The result of the called workflow'
17-
value: ${{ steps.list-dist.outputs.dist_name }}
17+
value: ${{ jobs.build.outputs.dist_name }}
1818

1919
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly
2020
# declared as "shell: bash -el {0}" on steps that need to be properly activated.
@@ -31,6 +31,8 @@ jobs:
3131
image: ${{ inputs.image }}
3232
volumes:
3333
- /home/runner/actions-runner/codes:/root/codes
34+
outputs:
35+
dist_name: ${{ steps.list-dist.outputs.dist_name }}
3436
steps:
3537
- name: Prepare the codes
3638
run: |

0 commit comments

Comments
 (0)