You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "sign" part of this action seems to be quite useful, but I think it is something that is best implemented on the side of godot-cpp.
Regarding the matrix part of the "builds.yml"-file that you linked. I don't see how this matrix is more versatile/better than the dynamic system I have already implemented in this repository?
I have been recently reusing this action/workflow(hope to merge it at some point in godot-cpp-template if possible):
https://github.com/Ughuuu/godot-cpp-template/blob/add-more-stuff/options-to-build/.github/workflows/builds.yml
The basic idea is to build everything and sign for macos using a reusable action
Here is it in action(I ended up creating a file per build type, but aside for that it reuses build from that repo):
https://github.com/V-Sekai/godot-whisper/blob/main/.github/workflows/build_linux.yml
The text was updated successfully, but these errors were encountered: