From 817a7fe1de04ff4e4d1fee77692bb77bc1ec9bfc Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:56:31 +1100 Subject: [PATCH] compress both libstorage* and logos-storage* artifacts --- .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 e7ae6ad7..81ec9328 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -197,7 +197,7 @@ jobs: } # Compress and prepare - for file in ${{ env.storage_binary_base }}*; do + for file in ${{ env.storage_binary_base }}* ${{ env.c_bindings_lib_base }}*; do if [[ "${file}" == *".exe"* ]]; then # Windows - binary only