mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-02 04:33:19 +00:00
compress both libstorage* and logos-storage* artifacts
This commit is contained in:
parent
8b1ffa87aa
commit
817a7fe1de
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user