Added clone repo step - fix

This commit is contained in:
XargonWan 2024-11-05 14:00:48 +09:00
parent 1888754380
commit 1a41519d83

View file

@ -10,7 +10,7 @@ on:
jobs:
cloning-repo:
repo-clone:
runs-on: ubuntu-latest
steps:
@ -21,5 +21,6 @@ jobs:
build-project:
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
needs: repo-clone
with:
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml"