Skip to content

Commit 22e5393

Browse files
Filter github-release artifact download to binaries only
1 parent 5ea9fc2 commit 22e5393

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ jobs:
184184
- uses: actions/download-artifact@v4
185185
with:
186186
path: artifacts
187+
pattern: '*64*'
187188
- name: Create GitHub Release
188189
env:
189190
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)