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