whoops: make the release upload function and include zips

This commit is contained in:
2026-02-17 23:53:24 +00:00
parent 37e52165fd
commit 6ff121ac4a
+2 -1
View File
@@ -58,4 +58,5 @@ while True:
print("doing the thing") 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")