Skip to content

Commit

Permalink
Properly attach packages to the GH release notes (#11839) (#11840)
Browse files Browse the repository at this point in the history
Follow up to #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.
```
  • Loading branch information
nicoddemus committed Jan 17, 2024
1 parent 97960bd commit 011a475
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 011a475

Please sign in to comment.