diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 35e62d9c..03037a4e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,7 +51,7 @@ jobs: with: workflow: manylinux-wheels.yml commit: ${{ github.event.workflow_run.head_sha }} - pattern: subvertpy-wheel-manylinux-* + name: subvertpy-wheel-manylinux-* path: dist/ merge_multiple: true allow_forks: false @@ -60,7 +60,7 @@ jobs: with: workflow: macos-wheels.yml commit: ${{ github.event.workflow_run.head_sha }} - pattern: subvertpy-wheel-macos-* + name: subvertpy-wheel-macos-* path: dist/ merge_multiple: true allow_forks: false @@ -69,7 +69,7 @@ jobs: with: workflow: windows-wheels.yml commit: ${{ github.event.workflow_run.head_sha }} - pattern: subvertpy-wheel-windows-* + name: subvertpy-wheel-windows-* path: dist/ merge_multiple: true allow_forks: false