Change build URL to be off-cloudflare
This commit is contained in:
@@ -19,7 +19,7 @@ SERVER_FILES = [
|
||||
|
||||
VERSION = os.environ['GITHUB_SHA']
|
||||
FORK_ID = "wizards"
|
||||
BUILD_URL = f"https://central.spacestation14.io/builds/wizards/builds/{VERSION}/{FILE}"
|
||||
BUILD_URL = f"http://centcomm.spacestation14.io/builds/wizards/builds/{VERSION}/{FILE}"
|
||||
|
||||
def main() -> None:
|
||||
manifest = generate_manifest("release")
|
||||
|
||||
Reference in New Issue
Block a user