From 09bb4a2c512412a09e696f00b14217bd3ea4ee28 Mon Sep 17 00:00:00 2001 From: VigersRay Date: Thu, 22 Aug 2024 06:18:53 +0300 Subject: [PATCH] UPD CDN URL --- Tools/publish_github_artifact.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/publish_github_artifact.py b/Tools/publish_github_artifact.py index 0698ff8c29..f3e238be98 100755 --- a/Tools/publish_github_artifact.py +++ b/Tools/publish_github_artifact.py @@ -14,8 +14,8 @@ VERSION = os.environ['GITHUB_SHA'] # CONFIGURATION PARAMETERS # Forks should change these to publish to their own infrastructure. # -ROBUST_CDN_URL = "https://ss14cdn.shizainc.com/" -FORK_ID = "sunrise" +ROBUST_CDN_URL = "https://ss14.cdn.shizainc.com/" +FORK_ID = "sunrise_station" def main(): print("Fetching artifact URL from API...")