Skip to content

Commit 36c5629

Browse files
irenebmrsanchez15
authored andcommitted
Fix ddspipe artifact name
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
1 parent d0ab4cb commit 36c5629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/project_dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
- name: Download dependencies artifact
5555
uses: eProsima/eProsima-CI/multiplatform/download_dependency@v0
5656
with:
57-
artifact_name: built_ddspipe_${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }}
57+
artifact_name: build_ddspipe_${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }}
5858
workflow_source: build_ddspipe.yml
5959
workflow_source_repository: eProsima/eProsima-CI
6060
target_workspace: ${{ inputs.target_workspace }}

0 commit comments

Comments
 (0)