From e26e4adce19af7c9e8329b315069e3bc2ba43056 Mon Sep 17 00:00:00 2001 From: Ruben <60184397+sneexy-boi@users.noreply.github.com> Date: Sat, 10 Feb 2024 22:32:45 -0600 Subject: [PATCH] (all) fix workflow --- .github/workflows/build.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc22c081..66029d62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,11 +36,14 @@ jobs: matrix: # !!! - # Example images. Just building here to make sure they're valid. - - example/kinoite/recipe.yml - - example/silverblue/recipe.yml - # User images. - - sneexy/recipe.yml + # Add recipes for all the images you want to build here. + # Don't add module configuration files, you will get errors. + recipe: + # Example images. Just building here to make sure they're valid. + - example/kinoite/recipe.yml + - example/silverblue/recipe.yml + # User images. + - sneexy/recipe.yml # !!! steps: