Open thashepherd opened 4 years ago
Our current GitHub action configured at https://github.com/Aurora-Modders/AuroraLoader/tree/master/.github/workflows automatically ensures that changes build and tests run clean, and publishes a zip, but it doesn't create new releases for us.
Investigate a mechanism (whether a GitHub Action or something else like Travis CI) that can automatically create new GitHub releases for us whenever code is built on master or a branch.
Our current GitHub action configured at https://github.com/Aurora-Modders/AuroraLoader/tree/master/.github/workflows automatically ensures that changes build and tests run clean, and publishes a zip, but it doesn't create new releases for us.
Investigate a mechanism (whether a GitHub Action or something else like Travis CI) that can automatically create new GitHub releases for us whenever code is built on master or a branch.