File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199
199
- name : Prepare local artifacts directory
200
200
run : |
201
201
mkdir -p artifacts/lib
202
- cp "${{ steps.strings-unix.outputs.build-output-dir }}/libpccl ."* artifacts/lib/
202
+ cp "${{ steps.strings-unix.outputs.build-output-dir }}/*pccl ."* artifacts/lib/
203
203
mkdir -p artifacts/include
204
204
cp ./include/*.h artifacts/include/
205
205
- name : Upload build artifacts
@@ -240,6 +240,6 @@ jobs:
240
240
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
241
241
with :
242
242
upload_url : ${{ needs.create_release.outputs.upload_url }}
243
- asset_path : ${{ github.workspace }} /python/framework/dist/pypccl-*.whl
243
+ asset_path : . /python/framework/dist/pypccl-*.whl
244
244
asset_name : pypccl-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ github.run_id }}.whl
245
245
asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments