mirror of
https://github.com/RetroDECK/additional-libraries.git
synced 2024-11-22 11:35:39 +00:00
Workflow fixes
This commit is contained in:
parent
2417f4f327
commit
7558036420
2
.github/workflows/build_manifest.yml
vendored
2
.github/workflows/build_manifest.yml
vendored
|
@ -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:
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue