We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd39b3 commit 3a7f4a7Copy full SHA for 3a7f4a7
Tools/gen_build_info.py
@@ -20,7 +20,7 @@
20
]
21
22
VERSION = os.environ['GITHUB_SHA']
23
-FORK_ID = "deltav"
+FORK_ID = "delta-v"
24
BUILD_URL = f"https://builds.delta-v.org/{{FORK_ID}}/builds/{{FORK_VERSION}}/{FILE}"
25
MANIFEST_URL = f"https://cdn.delta-v.org/version/{{FORK_VERSION}}/manifest"
26
MANIFEST_DOWNLOAD_URL = f"https://cdn.delta-v.org/version/{{FORK_VERSION}}/download"
0 commit comments