We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf84a23 commit d05f525Copy full SHA for d05f525
1 file changed
.github/scripts/ia_upload.py
@@ -47,7 +47,8 @@
47
print("---")
48
if response:
49
print(f"Upload completed successfully in {ELAPSED:.1f}s ({SPEED_MBPS:.1f} MB/s)")
50
- print(f"URL: https://archive.org/details/mados-{VERSION}")
+ IA_URL = f"https://archive.org/download/mados-{VERSION}/{ISO_NAME}"
51
+ print(f"URL: {IA_URL}")
52
else:
53
print(f"Upload failed: {response}")
54
sys.exit(1)
0 commit comments