Skip to content

Commit

Permalink
Update publish github artifact script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokilife committed Aug 2, 2024
1 parent 61dd1b6 commit 1071006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/publish_github_artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# CONFIGURATION PARAMETERS
# Forks should change these to publish to their own infrastructure.
#
ROBUST_CDN_URL = "https://cdn2.space-exodus.com/"
ROBUST_CDN_URL = os.environ['ROBUST_CDN_URL']

def main():
print("Fetching artifact URL from API...")
Expand Down

0 comments on commit 1071006

Please sign in to comment.