mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-02 04:33:19 +00:00
Use -dlls instead of -libs since it was changed in the build workflow
This commit is contained in:
parent
817a7fe1de
commit
7c942f8d4f
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -205,8 +205,8 @@ jobs:
|
||||
zip "${arc}" "${file}"
|
||||
checksum "${arc}"
|
||||
|
||||
# Windows - binary and libs
|
||||
arc="${file%.*}-libs.zip"
|
||||
# Windows - binary and dlls
|
||||
arc="${file%.*}-dlls.zip"
|
||||
zip "${arc}" "${file}" ${{ env.windows_libs }}
|
||||
rm -f "${file}"
|
||||
checksum "${arc}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user