We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dd0fa commit 55caac6Copy full SHA for 55caac6
.github/workflows/publish.yml
@@ -303,6 +303,6 @@ jobs:
303
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
304
with:
305
upload_url: ${{ needs.create_release.outputs.upload_url }}
306
- asset_path: ${{ steps.strings-unix.outputs.build-output-dir }}/*.pccl.*
+ asset_path: ${{ steps.strings-unix.outputs.build-output-dir }}/*pccl*
307
asset_name: libpccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ matrix.is_host_arch && 'host' || 'cross' }}.zip
308
asset_content_type: application/zip
0 commit comments