From 1a41519d83fe42a8b1f6aad73e9bbcca943a7e78 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 14:00:48 +0900 Subject: [PATCH] Added clone repo step - fix --- .github/workflows/build-artifacts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 9612bf2..6153675 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -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" \ No newline at end of file