We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbe556 commit f6a2db8Copy full SHA for f6a2db8
.github/workflows/_ascend_npu_build.yml
@@ -14,7 +14,7 @@ on:
14
outputs:
15
artifact_name:
16
description: 'The result of the called workflow'
17
- value: ${{ steps.list-dist.outputs.dist_name }}
+ value: ${{ jobs.build.outputs.dist_name }}
18
19
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly
20
# declared as "shell: bash -el {0}" on steps that need to be properly activated.
@@ -31,6 +31,8 @@ jobs:
31
image: ${{ inputs.image }}
32
volumes:
33
- /home/runner/actions-runner/codes:/root/codes
34
+ outputs:
35
+ dist_name: ${{ steps.list-dist.outputs.dist_name }}
36
steps:
37
- name: Prepare the codes
38
run: |
0 commit comments