Skip to content

Commit bc31e8f

Browse files
committed
fix name collision of artifact
1 parent eb7736e commit bc31e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
- name: Upload build artifacts
215215
uses: actions/upload-artifact@v4
216216
with:
217-
name: libpccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ github.run_id }}
217+
name: libpccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ matrix.is_host_arch && 'host' || 'cross' }}
218218
path: |
219219
artifacts/lib/**
220220
artifacts/include/**

0 commit comments

Comments
 (0)