We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b37fd commit 7862fc7Copy full SHA for 7862fc7
.github/workflows/export.yml
@@ -49,7 +49,6 @@ jobs:
49
dir=$(jq -r '.dir' ${export})
50
version=$(jq -r '.version' ${export})
51
# Export the recipe.
52
- echo "Exporting recipe '${name}@${version}' from directory '${dir}'."
53
conan export "${name}/${dir}" \
54
--version="${version}" \
55
--remote ${{ env.CONAN_REMOTE_NAME }}
0 commit comments