Skip to content

Commit

Permalink
Update build-apps-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af authored Sep 5, 2024
1 parent 988f5be commit e29aae4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-apps-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'

- name: install react-native-appsflyer on an Android app
run: |
cd demos/appsflyer-react-native-app
yarn install
yarn add ../../ --save
- name: Build apk
run: |
cd demos/appsflyer-react-native-app/android
Expand Down Expand Up @@ -44,4 +52,4 @@ jobs:
# sudo xcode-select --switch /Applications/Xcode_12.5.1.app
# chmod +x .github/workflows/scripts/archiveApp.sh
# cd demos/appsflyer-react-native-app/ios
# ./../../../.github/workflows/scripts/archiveApp.sh
# ./../../../.github/workflows/scripts/archiveApp.sh

0 comments on commit e29aae4

Please sign in to comment.