dangowrt / owrt-ubi-installer

OpenWrt firmware installer for the Linksys E8450 aka. Belkin RT3200
GNU General Public License v2.0
388 stars 49 forks source link

updated workflow #156

Closed lectrical closed 8 months ago

lectrical commented 9 months ago

I was looking to use this project with my new rt3200 and i saw this issue https://github.com/dangowrt/owrt-ubi-installer/issues/141

I thought, I could contribute something here, so I worked up a modern version that uses minimal actions and gh cli for release + uploading.

It run off tags pushed or via a tag inputted when run manually, with an option to just build + artifacts and not release (for testing?)

image

It also only releases if the build job was successful.

If anything just to show a modern way to do it without needing certain actions. If you wanted a good action instead of gh cli you can use this https://github.com/ncipollo/release-action

Though, gh cli is really the best thing to use when you can, simple and official.

lectrical commented 9 months ago

Here are my test runs

https://github.com/lectrical/owrt-ubi-installer/actions

https://github.com/lectrical/owrt-ubi-installer/releases

dangowrt commented 8 months ago

Thank you for taking care of that!