abarichello / godot-ci

Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
https://hub.docker.com/r/barichello/godot-ci
MIT License
758 stars 133 forks source link

Undocumented Errors, no clue what I'm doing #72

Closed Crystalwarrior closed 1 year ago

Crystalwarrior commented 2 years ago

First off I am really glad this exists and I want to get this working, but I have never set up github actions before and I dunno what I'm doing. At first, I had an error code 2 where it couldn't CD to my project folder - this was resolved by moving the whole Godot project into its own folder while the github actions remained in the root folder of the project. I could not find Now, I have error code 1 where every job fails with this: image I dunno what to do with this and I'm left in the dark. Does it have to do something with my project lacking export presets? If you have any ideas please let me know!

Crystalwarrior commented 2 years ago

The builds succeeded now that I added export presets! I think this is important to mention somewhere on the README.md