Skip to content

Commit

Permalink
create missing folder in action
Browse files Browse the repository at this point in the history
  • Loading branch information
ivojawer committed Mar 13, 2022
1 parent d394203 commit 5ac4af8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
with:
distribution: 'zulu'
java-version: '8'
- name: Create bootsplash directory
run: mkdir ./node_modules/react-native-bootsplash/android/build
- name: Distribute app to Google Play's internal track 🚀
working-directory: ./android/fastlane
run: bundle exec fastlane deploy
Expand Down

0 comments on commit 5ac4af8

Please sign in to comment.