Use -dlls instead of -libs since it was changed in the build workflow

This commit is contained in:
E M 2026-01-30 13:57:28 +11:00
parent 817a7fe1de
commit 7c942f8d4f
No known key found for this signature in database

View File

@ -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}"