Skip to content

Commit

Permalink
use debug/release for android
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Dec 11, 2024
1 parent 70f9257 commit 1c9c87f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sample-application-expo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ jobs:
if: ${{ matrix.platform == 'android' }}
working-directory: samples/expo/android
run: |
./gradlew assembleRelease
echo "> Building Native project. OK"
[[ "${{ matrix.build-type }}" == "production" ]] && CONFIG='Release' || CONFIG='Debug'
echo "Building $CONFIG"
./gradlew ":app:assemble$CONFIG" -PreactNativeArchitectures=x86
- name: Build iOS App
if: ${{ matrix.platform == 'ios' }}
Expand Down

0 comments on commit 1c9c87f

Please sign in to comment.