Test repository to showacase the creation of assets using a GitHub Action Workflow matrix and then combination and automated release using @semantic-release
There are two GitHub Action workflows in this repository:
.github/workflows/build.yml
: Building the assets on demand, using theworkflow_dispatch
trigger..github/workflows/release.yml
: same as the build workflow, but also creates an automated release and uploads all files created in the build matrix to the GitHub release.