Skip to content

Commit

Permalink
Update build-f-droid-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 8, 2024
1 parent f61e6a5 commit d887cf5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build-f-droid-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,18 @@ jobs:
- name: Build by eject eas
run: npx expo prebuild -p android --clean
- name: Build APK use react-native build
run: npx react-native build-android --mode=release
# - name: Build APK use react-native build
# run: npx react-native build-android --mode=release

# - name: Remove prorietary bits (for fix f-droid)
# run: npx zx scripts/fit-f-droid.mjs

# - name: Build apk
# run: |
# cd android
# ./gradlew -v
# ./gradlew assembleRelease --no-daemon
- name: Build apk
run: |
cd android
cat /home/runner/work/TidGi-Mobile/TidGi-Mobile/android/app/src/main/java/fun/tidgi/mobile/MainActivity.kt
./gradlew -v
./gradlew assembleRelease --no-daemon --warning-mode all
## sign generated apk
- name: Sign APK
Expand Down

0 comments on commit d887cf5

Please sign in to comment.