Skip to content

Commit

Permalink
Use a sparse checkout in the release job
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage committed Feb 27, 2024
1 parent 6167ac5 commit 35a4a34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35a4a34

Please sign in to comment.