add note about only uploading once the tag is there to build script

This commit is contained in:
2026-02-17 23:46:40 +00:00
parent 9713fe028d
commit 37e52165fd
+1 -1
View File
@@ -46,7 +46,7 @@ for rid in RIDS:
os.chdir("pub") os.chdir("pub")
while True: while True:
upload = input("Do you want to upload the release assets? (Y/N)") upload = input(f"Do you want to upload the release assets? Please ensure you have created the tag \"{CURRENT_TIMESTAMP}\" first! (Y/N)")
if upload.lower() not in ["y", "n"]: if upload.lower() not in ["y", "n"]:
print("Please enter either Y or N.") print("Please enter either Y or N.")
continue continue