Counter-Strike-HUD / game-files

All files for game server
3 stars 3 forks source link

Add `Github Actions CI` #1

Closed wopox1337 closed 3 years ago

wopox1337 commented 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.

To create a build (.amxx) with version v1.0.0, simply create a release with the tag v1.0.0

Снимок экрана 2021-07-26 в 04 17 06

Subsequent releases will create automatically with a description from Pull-Requests, as well as indicating the next tag (version).

kallefrombosnia commented 3 years ago

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.