diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index eef2aa4..9736ba6 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -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 \ No newline at end of file