Attempt to prevent libstorage.dll from being uploaded as a separate workflow artifact

Should prevent including libstorage.dll in the release files
This commit is contained in:
E M 2026-02-02 10:59:03 +11:00
parent 71e1737dad
commit 98a3f21afb
No known key found for this signature in database

View File

@ -228,7 +228,7 @@ jobs:
if: env.TAGGED_RELEASE == 'true'
with:
files: |
/tmp/release/*
/tmp/release/*-*
make_latest: true
- name: Generate Python SDK