game-ci / steam-deploy

Github Action to deploy a game to Steam
MIT License
221 stars 63 forks source link

Convert to typescript #37

Open davidmfinol opened 2 years ago

davidmfinol commented 2 years ago

Context

Currently, this action is implemented only with bash scripts in action.yml and steam_deploy.sh Typescript is more robust and maintainable than bash scripts.

Suggested solution

Replace steam_deploy.sh with Typescript.

Considered alternatives

Could potentially also use a docker image, but I think even that would benefit from switching to typescript.

Additional details