Question: is there a way to only compile and export the PCK file separately?
antv199 opened this issue · 1 comments
antv199 commented
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
You can modify the GitHub Actions workflow to call --export-pack <preset> <path>
instead of --export <preset> <path>
.