mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-08-07 01:13:18 +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
|
# 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
|
if [[ "${file}" == *".exe"* ]]; then
|
||||||
|
|
||||||
# Windows - binary only
|
# Windows - binary only
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user