sbpp / sourcebans-pp

Admin, ban, and comms management system for the Source engine
https://sbpp.github.io/
Creative Commons Attribution Share Alike 4.0 International
328 stars 174 forks source link

feat(game): automatic github ci build, tag, release #879

Closed maxime1907 closed 1 year ago

maxime1907 commented 1 year ago

Description

Adds a github workflow file to automatically build, update and release a latest version of sourcebans-pp plugins

Motivation and Context

It helps people that dont want to compile plugins to easily download it from the Release part of github. Also when someone opens a PR about modifying sourcemod plugins code, it will run a build action and make sure it compiles. You can also tag a version and push it, and it will automatically do a release with the plugins compiled and all necessary resources (configs, translations...)

How Has This Been Tested?

It has been in use on our fork for like months now

Types of changes

Checklist:

maxime1907 commented 1 year ago

any update ? @Hackmastr