mirror of
https://github.com/RetroDECK/additional-libraries.git
synced 2024-11-22 03:25: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:
|
||||
|
||||
Building_RetroDECK-manifest:
|
||||
Building_module:
|
||||
runs-on: retrodeck
|
||||
#runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue