Skip to content

Commit c0ea6b9

Browse files
committed
try to fix windows realpath issue
1 parent c36d7f6 commit c0ea6b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ jobs:
216216
with:
217217
name: libpccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ matrix.is_host_arch && 'host' || 'cross' }}
218218
path: |
219-
artifacts/lib/**
220-
artifacts/include/**
219+
artifacts/lib/*.*
220+
artifacts/include/*.*
221221
222222
- name: Create Python virtual environment (Windows)
223223
if: ${{ runner.os == 'Windows' && matrix.is_host_arch }}

0 commit comments

Comments
 (0)