F2 / F2s-sourcemod-plugins

F2's SourceMod plugins for competitive Team Fortress 2
14 stars 8 forks source link

publish plugins on github #14

Closed Spaenny closed 2 years ago

Spaenny commented 2 years ago

Is there a specific reason why you upload the plugins to a FTP server? Can we just publish them here as release? If no, can we at least make versions for them on the FTP Server?

Thank you!

F2 commented 2 years ago

I want to understand the reason you are asking for this. Do you want compiled version of previous versions of the plugins? If so, what do you need them for?

Spaenny commented 2 years ago

Reason being maly is offering TF2 Docker Container which have a set state, and it's checking checksum after pulling them to ensure their validity. But because we can't pull old versions or rather the same version the checksum check fails and thus the whole image fails. https://github.com/melkortf/tf2-servers

We don't need previously build plugins, it just would be useful from now on.

F2 commented 2 years ago

It now automatically creates a release in the release pipeline. See it here: https://github.com/F2/F2s-sourcemod-plugins/releases

Is this sufficient?

Spaenny commented 2 years ago

Hello, yes this is sufficient!

Thank you!