whoops: make the release upload function and include zips
This commit is contained in:
+2
-1
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user