Skip to content

Commit

Permalink
fix: remove debug signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 22, 2024
1 parent eae16fb commit 4170351
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-f-droid-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Build by eject eas
run: npx expo prebuild -p android --clean
- name: Build by eject eas and remove debug signing key
run: |
npx expo prebuild -p android --clean
sed -i '/signingConfigs {/,/^[[:space:]]*}/{d;}' android/app/build.gradle
# TODO: https://github.com/tiddly-gittly/TidGi-Mobile/issues/6
# - name: Remove prorietary bits (for fix f-droid)
Expand Down

0 comments on commit 4170351

Please sign in to comment.