overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
127 stars 47 forks source link

GitHub Actions server release builds #1022

Closed JulianGro closed 1 week ago

JulianGro commented 1 week ago

This PR adds automatic release and release candidate builds with GitHub Actions. See it in action here: https://github.com/overte-org/overte/actions/runs/9504604548 It's triggered by tags that follow our versioning scheme; E.g., 2024.06.1 or 2024.06.1-rc1 would trigger a build. It automatically uploads them to S3 into the relevant folder, meaning that we don't have to do anything other than set the correct tag and link the finished builds once they are done.

This PR is based on top of https://github.com/overte-org/overte/pull/1021, because I was sick of waiting, so maybe wait till that one is merged before reviewing this PR.