We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd1c52 commit d72e75eCopy full SHA for d72e75e
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- uses: actions/upload-artifact@v1
50
with:
51
- name: micro_ros_build
+ name: micro_ros_build_${{ inputs.ci_target_ref }}
52
path: install
53
54
micro_ros_agent:
@@ -81,7 +81,7 @@ jobs:
81
82
- uses: actions/download-artifact@v1
83
84
85
86
87
# Workaround https://github.com/actions/upload-artifact/issues/38
@@ -230,7 +230,7 @@ jobs:
230
231
232
233
234
235
236
0 commit comments