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

Fix `export_templates` folder name in Dockerfile and CI scripts #135

Closed Calinou closed 9 months ago

Calinou commented 9 months ago
Calinou commented 9 months ago

Note that the Dockerfile needs to be rebuilt and redeployed for the updated CI scripts to work. Otherwise, you'll have to change the left operand of the mv operation in the CI script to use the old templates path until the Docker images are updated (which will take some time to happen).

See also follow-up commit https://github.com/abarichello/godot-ci/commit/66b7d6fef1760939f04c21a589cf1aa99855849d.