Skip to content

Commit 33cb590

Browse files
committed
attempt to fix path issues
1 parent 6de16c0 commit 33cb590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
- name: Prepare local artifacts directory
200200
run: |
201201
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/
203203
mkdir -p artifacts/include
204204
cp ./include/*.h artifacts/include/
205205
- name: Upload build artifacts
@@ -240,6 +240,6 @@ jobs:
240240
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
241241
with:
242242
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
244244
asset_name: pypccl-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ github.run_id }}.whl
245245
asset_content_type: application/zip

0 commit comments

Comments
 (0)