fix release step for v4 artifact format

pull/1118/head
Willy 2025-01-09 12:31:12 +01:00 committed by GitHub
parent 755f0a0149
commit 8a26e61d87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: binaries-*
pattern: binaries-*/*
path: binaries
- uses: ncipollo/release-action@v1
with: