Edited how the manifest filename is passed in build artifacts

This commit is contained in:
XargonWan 2024-11-05 12:32:46 +09:00
parent 3a1aae0379
commit eb400ca3f0

View file

@ -8,9 +8,6 @@ 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
@ -18,3 +15,5 @@ jobs:
build-project:
needs: install-dependencies # Ensures this job only runs after install-dependencies
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
with:
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml"