OpenTTD-patches/.github/workflows
Patric Stout 64523709bf
Add: use https:// for content-service connections (#10448)
This requires the use of WinHTTP (for Windows) or libcurl (for all
others except Emscripten). Emscripten does not support http(s)
calls currently.

On Linux it requires ca-certificates to be installed, so the HTTPS
certificate can be validated. It is really likely this is installed
on any modern machine, as most connections these days are HTTPS.

(On MacOS and Windows the certificate store is filled by default)

Reminder: in case the http(s):// connection cannot be established,
OpenTTD falls back to a custom TCP-based connection to fetch the
content from the content-service. Emscripten will always do this.
2023-02-12 12:07:31 +01:00
..
ci-build.yml Add: use https:// for content-service connections (#10448) 2023-02-12 12:07:31 +01:00
codeql.yml Add: use https:// for content-service connections (#10448) 2023-02-12 12:07:31 +01:00
commit-checker.yml Update: bump actions/checkout from 2 to 3 2022-05-14 16:58:10 +02:00
preview_build.yml Fix: [Actions] preview_build failure due to git upgrade (#10323) 2023-01-05 23:25:45 +00:00
preview_label.yml Update: bump peter-evans/repository-dispatch from 1 to 2 2022-05-14 16:58:10 +02:00
preview_push.yml Update: bump peter-evans/repository-dispatch from 1 to 2 2022-05-14 16:58:10 +02:00
release-docs.yml Change: [Actions] split GitHub workflows into several smaller ones 2023-01-28 20:41:08 +01:00
release-linux.yml Add: use https:// for content-service connections (#10448) 2023-02-12 12:07:31 +01:00
release-macos.yml Add: use https:// for content-service connections (#10448) 2023-02-12 12:07:31 +01:00
release-source.yml Change: [Actions] split GitHub workflows into several smaller ones 2023-01-28 20:41:08 +01:00
release-windows-store.yml Change: [Actions] release Windows Store files to CDN 2023-01-28 20:41:08 +01:00
release-windows.yml Change: [Actions] split GitHub workflows into several smaller ones 2023-01-28 20:41:08 +01:00
release.yml Add: [Actions] upload releases to GOG automatically 2023-01-28 20:41:08 +01:00
unused-strings.yml Update: bump actions/checkout from 2 to 3 2022-05-14 16:58:10 +02:00
upload-aws.yml Change: [Actions] release Windows Store files to CDN 2023-01-28 20:41:08 +01:00
upload-gog.yml Add: [Actions] upload releases to GOG automatically 2023-01-28 20:41:08 +01:00
upload-steam.yml Change: [Actions] split GitHub workflows into several smaller ones 2023-01-28 20:41:08 +01:00