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 fcb639e commit 866087aCopy full SHA for 866087a
.github/workflows/cmake-multiple-platform.yml
@@ -175,7 +175,7 @@ jobs:
175
mkdir -p "conda-recipe/${{ env.CONDA_CHANNEL_NAME }}"
176
177
# Copy artifacts
178
- cp artifacts/* "conda-recipe/${{ env.CONDA_CHANNEL_NAME }}/"
+ cp -r artifacts/* "conda-recipe/${{ env.CONDA_CHANNEL_NAME }}/"
179
180
# Replace version in meta.yaml
181
version="${{ needs.setup.outputs.tag_name }}"
0 commit comments