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 9a87b32 commit 2ae4f54Copy full SHA for 2ae4f54
.github/workflows/publish.yml
@@ -214,7 +214,9 @@ jobs:
214
uses: actions/upload-artifact@v4
215
with:
216
name: libpccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ matrix.is_host_arch && 'host' || 'cross' }}
217
- path: artifacts/lib/*.*,artifacts/include/*.*
+ path: |
218
+ artifacts/lib/
219
+ artifacts/include/
220
221
- name: Create Python virtual environment (Windows)
222
if: ${{ runner.os == 'Windows' && matrix.is_host_arch }}
0 commit comments