Skip to content

Commit

Permalink
Merge pull request #2076 from IDEMSInternational/fix/android-action-a…
Browse files Browse the repository at this point in the history
…ssets#

chore: add lfs files to android build action
  • Loading branch information
esmeetewinkel authored Aug 31, 2023
2 parents 1776486 + 4952601 commit 530ade9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ inputs.branch }}
- name: Checkout git lfs partial files
run: git lfs pull --include "android/*"
#############################################################################
# Configure
# Setup node same way as web build to allow calling `npx cap sync` command
Expand Down

0 comments on commit 530ade9

Please sign in to comment.