Skip to content

Commit

Permalink
Edited how the manifest filename is passed in build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
XargonWan committed Nov 5, 2024
1 parent 3a1aae0 commit eb400ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit eb400ca

Please sign in to comment.