Closed Reneator closed 2 years ago
The same is happening for 3.4.5:
Bumping the version of git checkout (actions/checkout) from 3.0.0 -> 3.0.2 fixed it for me to properly build on 3.4.5 and 3.5.
Maybe this can be helpful to someone else googling this problem^^
But i find it quite interesting that checkout 3.0.0 works fine with 3.4.4 but doesnt work 3.4.5 onwards, checked out the changes in the godot-ci repo since 3.4.4 and it doesnt look like any huge changes that could make it break. Or maybe 3.4.5+ use a newer stable linux distribution that doesnt work with the 3.0.0 checkout action? (because a new stable linux distribution got available)
Using github actions i set up a workflow file that uses godot-ci. When using the previous version 3.4.4 it works no problem (retested after this error) but with 3.5 it aborts:
At the same location in the output for a build using godot and godot-ci 3.4.4:
Here the workflow file im using for 3.5:
The file has some more extra steps, but it already aborts with the export-windows step.
When changing the version in the workflow file im changing both the godot_version and the godot-ci version