From 49b1bb673ce5b01414c9df9b2c3d7e18ffca3274 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 24 Aug 2024 00:03:26 +0900 Subject: [PATCH] Enable manifest building --- .github/workflows/build_artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml index 3c52565..290d2e0 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -27,8 +27,8 @@ jobs: - name: "Install dependencies" run: "automation_tools/install_dependencies.sh" - # - name: "Creating supermodel manifest" - # run: "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/update_supermodel_manifest.sh" + - name: "Creating supermodel manifest" + run: "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/update_supermodel_manifest.sh" # - name: "[DEBUG] Outputting manifest" # run: cat net.retrodeck.supermodel.yml