From 7266c710facc97eab6c37835188b42c0ddda378c Mon Sep 17 00:00:00 2001 From: Nathan Courtney Date: Mon, 9 Sep 2024 19:51:33 -0400 Subject: [PATCH] chekcing out code to sign lipo build --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0da36876..64c88fd4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -132,6 +132,9 @@ jobs: runs-on: macos-latest needs: build steps: + ### Checking out our Repo + - uses: actions/checkout@v3 + ### Download the build artifacts - uses: actions/download-artifact@v3 with: