Sample repository to demonstrate basic functionality of GitHub Actions.
The project is built using the build.sh script.
The build is also automated within GitHub Actions by the CI pipeline running on every pushed commit and pull request.
To release a version of this project, i.e. tagging the current code state, there's a workflow that can be triggered manually: Perform Release. The CI pipeline will then build this tag and publish it as a release in the GitHub Repository.