Failed to open ./config/recipe.yml

I've been refactoring my repo based on the recent change to files/. When I try testing my new setup in Bluebuild CLI, I get hit with the error message:
WARN => Use of ./config for recipes is deprecated, please move your recipe files to ./recipes
ERROR => Failed to open ./config/recipe-common.yml

This is obviously coming from my main recipe's use of the - from-file: recipe-common.yml but I never changed this syntax. Is this something I missed from the migration?

https://github.com/BrodyB/ublue-brody/blob/refactor/recipes/recipe-framework.yml
GitHub
Contribute to BrodyB/ublue-brody development by creating an account on GitHub.
Solution
Weirdly, it did when I moved to another computer and attempted to build it.

That was weird.
Was this page helpful?