You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!DOCTYPE html><htmllang="en-US"><metacharset="utf-8"><title>Redirecting…</title><linkrel="canonical" href="https://github.com/godotengine/godot/suites/11869467969/artifacts/620727309"><script>location="https://github.com/godotengine/godot/suites/11869467969/artifacts/620727309"</script><metahttp-equiv="refresh" content="0; url=https://github.com/godotengine/godot/suites/11869467969/artifacts/620727309"><metaname="robots" content="noindex"><h1>Redirecting…</h1><ahref="https://github.com/godotengine/godot/suites/11869467969/artifacts/620727309">Click here if you are not redirected.</a></html>
--2023-03-28 23:45:11-- https://godotengine.github.io/godot-commit-artifacts/download/godotengine/godot/master/linux-editor-mono
Resolving godotengine.github.io (godotengine.github.io)... 185.199.108.153, 185.199.110.153, 185.199.111.153, ...
Connecting to godotengine.github.io (godotengine.github.io)|185.199.108.153|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://godotengine.github.io/godot-commit-artifacts/download/godotengine/godot/master/linux-editor-mono/ [following]
--2023-03-28 23:45:11-- https://godotengine.github.io/godot-commit-artifacts/download/godotengine/godot/master/linux-editor-mono/
Reusing existing connection to godotengine.github.io:443.
HTTP request sent, awaiting response... 200 OK
Length: 645 [text/html]
Saving to: ‘linux-editor-mono’
0K 100% 1.95M=0s
2023-03-28 23:45:11 (1.95 MB/s) - ‘linux-editor-mono’ saved [645/645]
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://github.com/godotengine/godot/suites/11869467969/artifacts/620727309">
<script>location="https://github.com/godotengine/godot/suites/11869467969/artifacts/620727309"</script>
<meta http-equiv="refresh" content="0; url=https://github.com/godotengine/godot/suites/11869467969/artifacts/620727309">
<meta name="robots" content="noindex">
<h1>Redirecting…</h1>
<a href="https://github.com/godotengine/godot/suites/11869467969/artifacts/620727309">Click here if you are not redirected.</a>
</html>
I don't think it's possible to implement a redirect in any other way due to the "serverless" aspect of GH Pages, but I can output a JSON with target links, if it helps.
E.g. it can be some /download/godotengine/godot/master/latest.json with the mapping for artifact name and the URL as a top-level object.
When
curl
orget
are used to get latestlinux-editor-mono
orlinux-template-minimal
, instead of downloading the zipfiles, HTML pages are written. See umarcor@577ee33 and https://github.com/umarcor/godot-commit-artifacts/actions/runs/4548687288/jobs/8019967935:I though I might download the JSON files (https://github.com/godotengine/godot-commit-artifacts/tree/gh-pages/data), for instance https://godotengine.github.io/godot-commit-artifacts/data/godotengine.godot.master.json, but I can't see how to get the URL from there without reimplementing the logic.
The text was updated successfully, but these errors were encountered: