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