Skip to content

Commit 011a475

Browse files
authored
Properly attach packages to the GH release notes (#11839) (#11840)
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. ```
1 parent 97960bd commit 011a475

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/deploy.yml

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ jobs:
7272
fetch-depth: 0
7373
persist-credentials: false
7474

75+
- name: Download Package
76+
uses: actions/download-artifact@v4
77+
with:
78+
name: Packages
79+
path: dist
80+
7581
- name: Set up Python
7682
uses: actions/setup-python@v5
7783
with:

0 commit comments

Comments
 (0)