compress both libstorage* and logos-storage* artifacts

This commit is contained in:
E M 2026-01-30 13:56:31 +11:00
parent 8b1ffa87aa
commit 817a7fe1de
No known key found for this signature in database

View File

@ -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