Skip to content

Commit

Permalink
java version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-wedensday committed Apr 18, 2024
1 parent 2f0f987 commit e4d1fee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,15 @@ jobs:

- name: Run Yarn Install
run: |
cd ./packages/app-mobile/
npm i -g corepack
yarn install
- name: Build application
run: |
cd ./packages/app-mobile/android
cd ./android
./gradlew assembleDebug
- name: Upload application
uses: actions/upload-artifact@v2
with:
name: app
path: ./packages/app-mobile/android/app/build/outputs/apk/debug/app-debug.apk
path: ./android/app/build/outputs/apk/debug/app-debug.apk
retention-days: 3

0 comments on commit e4d1fee

Please sign in to comment.