mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 08:35:39 +00:00
Added manifest name
This commit is contained in:
parent
491f281f19
commit
e6ea98615b
7
.github/workflows/build-artifacts.yml
vendored
7
.github/workflows/build-artifacts.yml
vendored
|
@ -7,14 +7,15 @@ on:
|
||||||
- main
|
- main
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
|
env:
|
||||||
|
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
install-dependencies:
|
install-dependencies:
|
||||||
uses: RetroDECK/components-template/.github/workflows/install_dependencies.yml@main
|
uses: RetroDECK/components-template/.github/workflows/install_dependencies.yml@main
|
||||||
with:
|
|
||||||
# You can pass inputs here if the `install_dependencies.yml` workflow defines them
|
|
||||||
|
|
||||||
build-project:
|
build-project:
|
||||||
needs: install-dependencies # Ensures this job only runs after install-dependencies
|
needs: install-dependencies # Ensures this job only runs after install-dependencies
|
||||||
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
|
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
|
||||||
with:
|
with:
|
||||||
# Pass inputs as needed if the `build_artifacts.yml` workflow defines them
|
MANIFEST_FILENAME: ${{ env.MANIFEST_FILENAME }}
|
Loading…
Reference in a new issue