add note about only uploading once the tag is there to build script
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user