I feel like the github actions workflow files should instead be converted to powershell scripts.
Why? Because I want to have my packages hosted somewhere other than GitHub such as using bitbucket for the listing website (<username here>.bitbucket.io) for example.
Plus it would allow me to test if building the packages locally on my machine is broken or not when I make changes later to the content of the packages I make as well. Being able to do this without needing to push the updates first and pray that the CI works is a must for me.