Skip to content

Commit 9a87b32

Browse files
committed
try to fix build upload
1 parent c0ea6b9 commit 9a87b32

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ jobs:
141141
"-DPCCL_BUILD_CUDA_SUPPORT=${{ matrix.pccl_build_cuda_support }}"
142142
-S "${{ github.workspace }}"
143143
144-
145144
- name: Configure CMake (Windows, cross-compile)
146145
if: runner.os == 'Windows' && !matrix.is_host_arch
147146
shell: cmd
@@ -215,9 +214,7 @@ jobs:
215214
uses: actions/upload-artifact@v4
216215
with:
217216
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/*.*
217+
path: artifacts/lib/*.*,artifacts/include/*.*
221218

222219
- name: Create Python virtual environment (Windows)
223220
if: ${{ runner.os == 'Windows' && matrix.is_host_arch }}

0 commit comments

Comments
 (0)