fix release download so contents are flattened in /tmp/release

This commit is contained in:
E M 2026-02-02 13:36:38 +11:00
parent 97d429af2b
commit 91d894fa4f
No known key found for this signature in database

View File

@ -187,7 +187,8 @@ jobs:
- name: Download ${{ env.c_bindings_lib_base }} from workflow artifacts into temp folder
uses: actions/download-artifact@v5
with:
pattern: ${{ env.c_bindings_lib_base }}-*
pattern: ${{ env.c_bindings_lib_base }}*
merge-multiple: true
path: /tmp/release
- name: Create GH release
@ -195,7 +196,7 @@ jobs:
if: env.TAGGED_RELEASE == 'true'
with:
files: |
/tmp/release/*-*
/tmp/release
make_latest: true
- name: Generate Python SDK