From 6e84b6da0129bec11ecbb6d04b99fbedddd4aba7 Mon Sep 17 00:00:00 2001 From: Morb <14136326+Morb0@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:24:36 +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 2897a368dd..4d9d66f270 100755 --- a/Tools/publish_github_artifact.py +++ b/Tools/publish_github_artifact.py @@ -15,7 +15,7 @@ # CONFIGURATION PARAMETERS # Forks should change these to publish to their own infrastructure. # -ROBUST_CDN_URL = "https://cdn.station14.ru/" +ROBUST_CDN_URL = "https://ncdn.station14.ru/" def main(): print("Fetching artifact URL from API...")