Closed wopox1337 closed 3 years ago
Artifact output test: https://github.com/wopox1337/game-files/actions/runs/1065775349
Intermediate builds are available in the Artifacts. They are created when you open a PR or push to main branch, and when you publish a release.
main
To create a build (.amxx) with version v1.0.0, simply create a release with the tag v1.0.0
.amxx
v1.0.0
Subsequent releases will create automatically with a description from Pull-Requests, as well as indicating the next tag (version).
Thank you @wopox1337 for your contribution. CI seems like an excellent thing for a project like this where is always needed manual compilation of game scripts to stay up to date. Gonna test this on alpha release.
Artifact output test: https://github.com/wopox1337/game-files/actions/runs/1065775349
Intermediate builds are available in the Artifacts. They are created when you open a PR or push to
main
branch, and when you publish a release.To create a build (
.amxx
) with versionv1.0.0
, simply create a release with the tagv1.0.0
Subsequent releases will create automatically with a description from Pull-Requests, as well as indicating the next tag (version).