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