Skip to content

Commit 866087a

Browse files
committed
fix: add recursive for copy
1 parent fcb639e commit 866087a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multiple-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
mkdir -p "conda-recipe/${{ env.CONDA_CHANNEL_NAME }}"
176176
177177
# Copy artifacts
178-
cp artifacts/* "conda-recipe/${{ env.CONDA_CHANNEL_NAME }}/"
178+
cp -r artifacts/* "conda-recipe/${{ env.CONDA_CHANNEL_NAME }}/"
179179
180180
# Replace version in meta.yaml
181181
version="${{ needs.setup.outputs.tag_name }}"

0 commit comments

Comments
 (0)