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 eb7736e commit bc31e8fCopy full SHA for bc31e8f
.github/workflows/publish.yml
@@ -214,7 +214,7 @@ jobs:
214
- name: Upload build artifacts
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 }}
+ 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/**
0 commit comments