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")
|
||||
|
||||
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"]:
|
||||
print("Please enter either Y or N.")
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user