diff --git a/.github/workflows/build_manifest.yml b/.github/workflows/build_manifest.yml index f249032..4a47bbf 100644 --- a/.github/workflows/build_manifest.yml +++ b/.github/workflows/build_manifest.yml @@ -9,7 +9,7 @@ on: jobs: - Building_RetroDECK-manifest: + Building_module: runs-on: retrodeck #runs-on: ubuntu-latest steps: diff --git a/automation_tools/update_manifest.sh b/automation_tools/update_manifest.sh index 6db563e..5ed7392 100755 --- a/automation_tools/update_manifest.sh +++ b/automation_tools/update_manifest.sh @@ -4,7 +4,7 @@ git clone https://github.com/XargonWan/RetroDECK --depth=1 RetroDECK # Creating module manifest manifest_header="manifest-header.yml" -manifest_modules="manifest_modules.yml" +manifest_modules="manifest-modules.yml" full_manifest="net.retrodeck.module.yml" command="module"