Skip to content

Commit d72e75e

Browse files
committed
Fix artifacts
1 parent dfd1c52 commit d72e75e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- uses: actions/upload-artifact@v1
5050
with:
51-
name: micro_ros_build
51+
name: micro_ros_build_${{ inputs.ci_target_ref }}
5252
path: install
5353

5454
micro_ros_agent:
@@ -81,7 +81,7 @@ jobs:
8181
8282
- uses: actions/download-artifact@v1
8383
with:
84-
name: micro_ros_build
84+
name: micro_ros_build_${{ inputs.ci_target_ref }}
8585
path: install
8686

8787
# Workaround https://github.com/actions/upload-artifact/issues/38
@@ -230,7 +230,7 @@ jobs:
230230
231231
- uses: actions/download-artifact@v1
232232
with:
233-
name: micro_ros_build
233+
name: micro_ros_build_${{ inputs.ci_target_ref }}
234234
path: install
235235

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

0 commit comments

Comments
 (0)