mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-23 06:07:06 +00:00
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:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user