Skip to content

Commit

Permalink
Update build-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Sep 11, 2023
1 parent 6a7d418 commit d4a9788
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ jobs:
run: npx expo prebuild -p android --clean
- name: Build apk
run: |
cd android
chmod +x ./gradlew
./gradle assembleRelease --no-daemon
cd android/app
gradle assembleRelease --no-daemon
## sign generated apk
- name: Sign APK
Expand Down

0 comments on commit d4a9788

Please sign in to comment.