Skip to content

Commit 0506c62

Browse files
committed
fix upload url
1 parent 460f93d commit 0506c62

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
@@ -234,7 +234,7 @@ jobs:
234234
env:
235235
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
236236
with:
237-
upload_url: ${{ steps.create_release.outputs.upload_url }}
237+
upload_url: ${{ github.event.release.upload_url }}
238238
asset_path: ${{ github.workspace }}/python/framework/dist/pypccl-*.whl
239239
asset_name: pypccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ github.run_id }}.whl
240240
asset_content_type: application/zip

0 commit comments

Comments
 (0)