Skip to content

Commit d05f525

Browse files
committed
ci: fix IA URL to direct download link format
1 parent cf84a23 commit d05f525

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/scripts/ia_upload.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
print("---")
4848
if response:
4949
print(f"Upload completed successfully in {ELAPSED:.1f}s ({SPEED_MBPS:.1f} MB/s)")
50-
print(f"URL: https://archive.org/details/mados-{VERSION}")
50+
IA_URL = f"https://archive.org/download/mados-{VERSION}/{ISO_NAME}"
51+
print(f"URL: {IA_URL}")
5152
else:
5253
print(f"Upload failed: {response}")
5354
sys.exit(1)

0 commit comments

Comments
 (0)