From 90ec99e2f16680287e061702b1e864b57bb40a99 Mon Sep 17 00:00:00 2001 From: Morb <14136326+Morb0@users.noreply.github.com> Date: Wed, 31 Jul 2024 21:54:01 +0300 Subject: [PATCH] Update publish_github_artifact.py --- Tools/publish_github_artifact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/publish_github_artifact.py b/Tools/publish_github_artifact.py index 4d9d66f270..2897a368dd 100755 --- a/Tools/publish_github_artifact.py +++ b/Tools/publish_github_artifact.py @@ -15,7 +15,7 @@ FORK_ID = os.environ['FORK_ID'] # CONFIGURATION PARAMETERS # Forks should change these to publish to their own infrastructure. # -ROBUST_CDN_URL = "https://ncdn.station14.ru/" +ROBUST_CDN_URL = "https://cdn.station14.ru/" def main(): print("Fetching artifact URL from API...")