GreenCrowDev / hoodie

Hoodie is a plugin for Godot Engine 4 that offers a visual scripting interface for generating procedural geometry.
MIT License
332 stars 14 forks source link

github actions to compile hoodie to all platforms #92

Open magbulogtong81 opened 1 month ago

magbulogtong81 commented 1 month ago

This wil help compile hoodie for all platforms and merges it to one zip file. currently, the compiling for different platforms are done on seperate jobs.

TODO: make a blueprint github action that takes care for repetitive functions used on all jobs

This resolves #91 compilation issues This also fixes issue #71