diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ffc761c00..79daf4b64f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1185,6 +1185,12 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 + with: + fetch-depth: 0 + sparse-checkout: | + Gemfile + Gemfile.lock + fastlane - name: Download iOS Artifact uses: actions/download-artifact@v4