From b60232307ec1fce7902b94704c5afc36fe2a6933 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 13:49:14 +0900 Subject: [PATCH] Added clone repo step --- .github/workflows/build-artifacts.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index bd6cd90..9612bf2 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -10,6 +10,15 @@ on: jobs: + cloning-repo: + runs-on: ubuntu-latest + steps: + + - name: Clone repo + uses: actions/checkout@v3 + with: + submodules: 'true' + build-project: uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main with: