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 c36d7f6 commit c0ea6b9Copy full SHA for c0ea6b9
.github/workflows/publish.yml
@@ -216,8 +216,8 @@ jobs:
216
with:
217
name: libpccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ matrix.is_host_arch && 'host' || 'cross' }}
218
path: |
219
- artifacts/lib/**
220
- artifacts/include/**
+ artifacts/lib/*.*
+ artifacts/include/*.*
221
222
- name: Create Python virtual environment (Windows)
223
if: ${{ runner.os == 'Windows' && matrix.is_host_arch }}
0 commit comments