OpenTTD/.github/workflows
Patric Stout 7ea5904395 Add: [Actions] release workflow for both releases and nightlies
This has several ways of being triggered:
- When creating a new release via the GitHub interface. Fully
  automated that will produce new binaries, upload them, and it
  will even update the website to tell about the new version.
- When triggered in an automated way from OpenTTD/workflows to
  start a nightly.
- Manually via the Release workflow, which accepts branches,
  Pull Requests and tags to build.

Rerunning a job is safe and should be without issues. Everything
retriggers and updates what-ever might have been broken. In fact,
except for dates, it should produce identical results.

Co-authored-by: Charles Pigott <charlespigott@googlemail.com>
2020-12-19 18:26:29 +01:00
..
ci-build.yml Add: support for emscripten (play-OpenTTD-in-the-browser) 2020-12-15 15:46:39 +01:00
commit-checker.yml Fix: Prevent infinite recursion in commit checker 2020-12-10 01:08:44 +01:00
preview_build.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 2020-12-15 15:46:39 +01:00
preview_label.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 2020-12-15 15:46:39 +01:00
preview_push.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 2020-12-15 15:46:39 +01:00
release.yml Add: [Actions] release workflow for both releases and nightlies 2020-12-19 18:26:29 +01:00