Skip to content

Commit 2ae4f54

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ jobs:
214214
uses: actions/upload-artifact@v4
215215
with:
216216
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/*.*
217+
path: |
218+
artifacts/lib/
219+
artifacts/include/
218220
219221
- name: Create Python virtual environment (Windows)
220222
if: ${{ runner.os == 'Windows' && matrix.is_host_arch }}

0 commit comments

Comments
 (0)