Skip to content

Commit b1328f2

Browse files
committed
try to fix windows dir stat
1 parent 4b073e8 commit b1328f2

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
@@ -215,7 +215,7 @@ 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: artifacts/**
219219

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

0 commit comments

Comments
 (0)