From 7c942f8d4fe8c53639779feffcbf303afcd876ea Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:57:28 +1100 Subject: [PATCH] Use -dlls instead of -libs since it was changed in the build workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81ec9328..3a0b0aaf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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}"