From 98a3f21afbda587638ffc3c00ecbf144ee428c32 Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:59:03 +1100 Subject: [PATCH] Attempt to prevent libstorage.dll from being uploaded as a separate workflow artifact Should prevent including libstorage.dll in the release files --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 855a1487..13105bd0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -228,7 +228,7 @@ jobs: if: env.TAGGED_RELEASE == 'true' with: files: | - /tmp/release/* + /tmp/release/*-* make_latest: true - name: Generate Python SDK