yeslayla / build-godot-action

GitHub action that builds a Godot project for multiple platforms
https://github.com/josephbmanley/build-godot-action
MIT License
116 stars 24 forks source link

Current build failing - Fix is to release latest version #30

Open krynv opened 2 months ago

krynv commented 2 months ago

Hey @yeslayla - please can you release the latest version? I noticed you completed PR #29 - but a release was not made.

Current build causes errors/ failing workflows.

cp: cannot stat '/root/.local/share/godot/templates/.': No such file or directory

Current workaround is to use: manleydev/build-godot-action@f759ed7f8fcb5137cb70873ecf663aa8a1bd998b

Edit:

I've made my own GitHub action for this:

krynv/build-godot-action@v1.0.0

https://github.com/marketplace/actions/build-godot-project

Kesuaheli commented 2 months ago

Thanks for the workaround!

alvvazort commented 1 month ago

Yep, to fix it i used manleydev/build-godot-action@master 👍🏽