mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-01 20:23:12 +00:00
add recursive delete for libstore directories
This commit is contained in:
parent
a4bafc2dee
commit
d4ef86613f
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -208,7 +208,7 @@ jobs:
|
||||
# Windows - binary and dlls
|
||||
arc="${file%.*}-dlls.zip"
|
||||
zip "${arc}" "${file}" ${{ env.windows_libs }}
|
||||
rm -f "${file}"
|
||||
rm -rf "${file}"
|
||||
checksum "${arc}"
|
||||
else
|
||||
|
||||
@ -216,7 +216,7 @@ jobs:
|
||||
arc="${file}.tar.gz"
|
||||
chmod 755 "${file}"
|
||||
tar cfz "${arc}" "${file}"
|
||||
rm -f "${file}"
|
||||
rm -rf "${file}"
|
||||
checksum "${arc}"
|
||||
fi
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user