Properly attach packages to the GH release notes (#11839)

Follow up to https://github.com/pytest-dev/pytest/pull/11754, noticed that the latest GitHub release does not contain the attached files.

Output log from the action:

```
🤔 Pattern 'dist/*' does not match any files.
```
This commit is contained in:
Bruno Oliveira
2024-01-17 19:11:10 -03:00
committed by GitHub
parent da9749cd97
commit 7fd561e4ba

View File

@@ -72,6 +72,12 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Download Package
uses: actions/download-artifact@v4
with:
name: Packages
path: dist
- name: Set up Python
uses: actions/setup-python@v5
with: