mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-25 07:05:40 +00:00
Enable manifest building
This commit is contained in:
parent
0701a4124b
commit
49b1bb673c
4
.github/workflows/build_artifacts.yml
vendored
4
.github/workflows/build_artifacts.yml
vendored
|
@ -27,8 +27,8 @@ jobs:
|
||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: "automation_tools/install_dependencies.sh"
|
run: "automation_tools/install_dependencies.sh"
|
||||||
|
|
||||||
# - name: "Creating supermodel manifest"
|
- name: "Creating supermodel manifest"
|
||||||
# run: "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/update_supermodel_manifest.sh"
|
run: "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/update_supermodel_manifest.sh"
|
||||||
|
|
||||||
# - name: "[DEBUG] Outputting manifest"
|
# - name: "[DEBUG] Outputting manifest"
|
||||||
# run: cat net.retrodeck.supermodel.yml
|
# run: cat net.retrodeck.supermodel.yml
|
||||||
|
|
Loading…
Reference in a new issue