From fe44e6e65ce9cc44cf6522ac5003fc7697593bc7 Mon Sep 17 00:00:00 2001 From: VigersRay Date: Mon, 22 Jul 2024 05:58:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B9=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 6aa1db604e..0698ff8c29 100755 --- a/Tools/publish_github_artifact.py +++ b/Tools/publish_github_artifact.py @@ -14,7 +14,7 @@ VERSION = os.environ['GITHUB_SHA'] # CONFIGURATION PARAMETERS # Forks should change these to publish to their own infrastructure. # -ROBUST_CDN_URL = "https://ss14cdn.shizainc.com" +ROBUST_CDN_URL = "https://ss14cdn.shizainc.com/" FORK_ID = "sunrise" def main():