try to fix file not found for upload during release

This commit is contained in:
E M 2026-01-30 17:59:40 +11:00
parent 144918a67e
commit 2074cf1392
No known key found for this signature in database

View File

@ -156,7 +156,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{env.c_bindings_lib}}
path: ${{env.c_bindings_lib}}.*
path: ${{env.c_bindings_lib}}
if-no-files-found: error
# Release