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

Question: is there a way to only compile and export the PCK file separately? #57

Closed antv199 closed 3 years ago

antv199 commented 3 years ago

I'm looking to use the CI file for automated compiling for Gotm.io, which only requires a pck file. Can this actually be done or is this a feature that the repo wasn't meant for?

Calinou commented 3 years ago

You can modify the GitHub Actions workflow to call --export-pack <preset> <path> instead of --export <preset> <path>.