Skip to content

Commit 24dc9d0

Browse files
committed
fix asset path matching v2
1 parent 55caac6 commit 24dc9d0

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
@@ -303,6 +303,6 @@ jobs:
303303
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
304304
with:
305305
upload_url: ${{ needs.create_release.outputs.upload_url }}
306-
asset_path: ${{ steps.strings-unix.outputs.build-output-dir }}/*pccl*
306+
asset_path: artifacts/*
307307
asset_name: libpccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ matrix.is_host_arch && 'host' || 'cross' }}.zip
308308
asset_content_type: application/zip

0 commit comments

Comments
 (0)