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 d0ab4cb commit 36c5629Copy full SHA for 36c5629
1 file changed
.github/actions/project_dependencies/action.yml
@@ -54,7 +54,7 @@ runs:
54
- name: Download dependencies artifact
55
uses: eProsima/eProsima-CI/multiplatform/download_dependency@v0
56
with:
57
- artifact_name: built_ddspipe_${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }}
+ artifact_name: build_ddspipe_${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }}
58
workflow_source: build_ddspipe.yml
59
workflow_source_repository: eProsima/eProsima-CI
60
target_workspace: ${{ inputs.target_workspace }}
0 commit comments