Skip to content

Commit 5dbc28d

Browse files
authored
🏷️ Update release workfloww to merge multiple artifacts (#145)
1 parent 9998afb commit 5dbc28d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,12 @@ jobs:
120120
- name: Download artifacts
121121
uses: actions/download-artifact@v4
122122
with:
123-
name: builds
123+
path: builds
124+
pattern: builds-*
125+
merge-multiple: true
124126
- uses: ncipollo/release-action@v1
125127
with:
126-
artifacts: "fig2sketch-*.zip"
128+
artifacts: "builds/fig2sketch-*.zip"
127129
generateReleaseNotes: true
128130

129131
publish-to-pypi:

0 commit comments

Comments
 (0)