mirror of
https://github.com/RetroDECK/additional-libraries.git
synced 2025-02-16 18:05:38 +00:00
Workflow fixes
This commit is contained in:
parent
642ff7700e
commit
2417f4f327
2
.github/workflows/build_manifest.yml
vendored
2
.github/workflows/build_manifest.yml
vendored
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue