Skip to content

Commit f126eb1

Browse files
committed
Fix artifacts
1 parent 3379e73 commit f126eb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- uses: actions/upload-artifact@v1
4848
with:
49-
name: micro_ros_build
49+
name: micro_ros_build_${{ inputs.ci_target_ref }}
5050
path: install
5151

5252
micro_ros_agent:
@@ -77,7 +77,7 @@ jobs:
7777
7878
- uses: actions/download-artifact@v1
7979
with:
80-
name: micro_ros_build
80+
name: micro_ros_build_${{ inputs.ci_target_ref }}
8181
path: install
8282

8383
# Workaround https://github.com/actions/upload-artifact/issues/38
@@ -220,7 +220,7 @@ jobs:
220220
221221
- uses: actions/download-artifact@v1
222222
with:
223-
name: micro_ros_build
223+
name: micro_ros_build_${{ inputs.ci_target_ref }}
224224
path: install
225225

226226
# Workaround https://github.com/actions/upload-artifact/issues/38

0 commit comments

Comments
 (0)