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 3379e73 commit f126eb1Copy full SHA for f126eb1
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- uses: actions/upload-artifact@v1
48
with:
49
- name: micro_ros_build
+ name: micro_ros_build_${{ inputs.ci_target_ref }}
50
path: install
51
52
micro_ros_agent:
@@ -77,7 +77,7 @@ jobs:
77
78
- uses: actions/download-artifact@v1
79
80
81
82
83
# Workaround https://github.com/actions/upload-artifact/issues/38
@@ -220,7 +220,7 @@ jobs:
220
221
222
223
224
225
226
0 commit comments