mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 00:25:38 +00:00
Edited how the manifest filename is passed in build artifacts
This commit is contained in:
parent
3a1aae0379
commit
eb400ca3f0
7
.github/workflows/build-artifacts.yml
vendored
7
.github/workflows/build-artifacts.yml
vendored
|
@ -8,13 +8,12 @@ on:
|
|||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml"
|
||||
|
||||
jobs:
|
||||
install-dependencies:
|
||||
uses: RetroDECK/components-template/.github/workflows/install_dependencies.yml@main
|
||||
|
||||
build-project:
|
||||
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:
|
||||
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml"
|
Loading…
Reference in a new issue