Workflow fixes

This commit is contained in:
XargonWan 2024-07-25 22:56:29 +09:00
parent 2417f4f327
commit 7558036420
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ on:
jobs: jobs:
Building_RetroDECK-manifest: Building_module:
runs-on: retrodeck runs-on: retrodeck
#runs-on: ubuntu-latest #runs-on: ubuntu-latest
steps: steps:

View file

@ -4,7 +4,7 @@ git clone https://github.com/XargonWan/RetroDECK --depth=1 RetroDECK
# Creating module manifest # Creating module manifest
manifest_header="manifest-header.yml" manifest_header="manifest-header.yml"
manifest_modules="manifest_modules.yml" manifest_modules="manifest-modules.yml"
full_manifest="net.retrodeck.module.yml" full_manifest="net.retrodeck.module.yml"
command="module" command="module"