Skip to content

Commit eb7736e

Browse files
committed
try to fix windows dir stat v2
1 parent b1328f2 commit eb7736e

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
@@ -215,7 +215,9 @@ jobs:
215215
uses: actions/upload-artifact@v4
216216
with:
217217
name: libpccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ github.run_id }}
218-
path: artifacts/**
218+
path: |
219+
artifacts/lib/**
220+
artifacts/include/**
219221
220222
- name: Create Python virtual environment (Windows)
221223
if: ${{ runner.os == 'Windows' && matrix.is_host_arch }}

0 commit comments

Comments
 (0)