diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5ac5e3fad5..9030c70e16 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -291,7 +291,7 @@ jobs: - uses: actions/download-artifact@v4 with: path: deploy - pattern: 'aer-deploy-shared-' + pattern: 'aer-deploy-shared-*' merge-multiple: true - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1