Workflow fixes

This commit is contained in:
XargonWan 2024-07-25 22:54:58 +09:00
parent 642ff7700e
commit 2417f4f327
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ jobs:
- name: "Install dependencies"
run: "automation_tools/install_dependencies.sh"
- name: "Creating manifest manifest"
- name: "Creating manifest"
run: "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/update_manifest.sh"
- name: "[DEBUG] Outputting manifest"

View file

@ -4,11 +4,11 @@ git clone https://github.com/XargonWan/RetroDECK --depth=1 RetroDECK
# Creating module manifest
manifest_header="manifest-header.yml"
manifest_modules="manifest_module.yml"
manifest_modules="manifest_modules.yml"
full_manifest="net.retrodeck.module.yml"
command="module"
sed -n '/command/q;p' RetroDECK/net.retrodeck.retrodeck.yml > "$manifest_header" TEMPORARY DISABLED TO TRY A BUILD WITH ANOTHER RUNTIME
sed -n '/command/q;p' RetroDECK/net.retrodeck.retrodeck.yml > "$manifest_header"
echo -e "command: $command\n" >> "$manifest_header"
sed -i '/^[[:space:]]*#/d' "$manifest_header"
sed -i 's/[[:space:]]*#.*$//' "$manifest_header"