From 6ff121ac4afb80a4e95fc91665141fd82d3ff78d Mon Sep 17 00:00:00 2001 From: autumn <34-paradoxical_autumn@users.noreply.gitlab.1024cats.social> Date: Tue, 17 Feb 2026 23:53:24 +0000 Subject: [PATCH] whoops: make the release upload function and include zips --- mc-manager/BUILD.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mc-manager/BUILD.py b/mc-manager/BUILD.py index 3607ca4..0885647 100644 --- a/mc-manager/BUILD.py +++ b/mc-manager/BUILD.py @@ -58,4 +58,5 @@ while True: print("doing the thing") -os.system(rf"echo glob release upload {CURRENT_TIMESTAMP} ./*.tar.gz") +os.system(rf"glab release upload {CURRENT_TIMESTAMP} ./*.tar.gz") +os.system(rf"glab release upload {CURRENT_TIMESTAMP} ./*.zip")