Maxximou5 / csgo-deathmatch

Enables deathmatch style gameplay (respawning, gun selection, spawn protection, etc).
GNU General Public License v3.0
161 stars 42 forks source link

Add GitHub Actions to compile and release on tags #112

Closed HugoJF closed 4 years ago

HugoJF commented 4 years ago

One workflow will compile the plugin on each push using the latest SM 1.10 and 1.11 versions and add the resulting files as artifacts.

The other will also compile on each tag that begins with v using the latest SM 1.10 and 1.11 versions and add a new release with both versions.

I also removed the compiled files from Git.

Maxximou5 commented 4 years ago

Awesome! This was on my roadmap to get added in, thank you for doing this for me.

HugoJF commented 4 years ago

Happy to help, I've been using your plugin since forever and always wanted to help.