godotengine / godotengine/godot-commit-artifacts
Files cannot be retrieved programmatically
- Dominant language
- JavaScript
- Stars
- 11
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
When `curl` or `get` are used to get latest `linux-editor-mono` or `linux-template-minimal`, instead of downloading the zipfiles, HTML pages are written. See https://github.com/umarcor/godot-commit-artifacts/commit/577ee335e2f8058051d51dbb2996f86b25c948bc and https://github.com/umarcor/godot-commit-artifacts/actions/runs/4548687288/jobs/8019967935:
```html
Redirecting…
location="https://github.com/godotengine/godot/suites/11869467969/artifacts/620727309"
Redirecting…
Click here if you are not redirected.
```
```
--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]
Redirecting…
location="https://github.com/godotengine/godot/suites/11869467969/artifacts/620727309"
Redirecting…
Click here if you are not redirected.
```
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.