Avoid double-zipping all release artifacts

Follow-up to 306a83a4, actually fixing the release script (oops!)
but also propagating the change to other release artifacts,
since unlike the regression testing workflows, we make the archives ourselves.
This commit is contained in:
ISSOtm
2026-09-21 20:36:32 -04:00
parent c43b123183
commit 970342f564
2 changed files with 9 additions and 6 deletions
+4 -4
View File
@@ -10,10 +10,10 @@ if [[ "$tag" = v*-rc* ]]; then
fi
files=(
win64/rgbds-win64.zip
win32/rgbds-win32.zip
macos/rgbds-macos.zip
linux/rgbds-linux-x86_64.tar.xz
rgbds-win64.zip
rgbds-win32.zip
rgbds-macos.zip
rgbds-linux-x86_64.tar.xz
rgbds-source.tar.gz
)