Skip to content

Commit

Permalink
feat: check debug sign before sign
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 22, 2024
1 parent 3716ba4 commit eae16fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-f-droid-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
cd android
./gradlew clean
./gradlew bundleRelease --no-daemon --warning-mode all
./jarsigner -verify -verbose android/app/build/outputs/bundle/release/app-release.aab
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down Expand Up @@ -134,6 +135,7 @@ jobs:
cd android
./gradlew clean
./gradlew assembleRelease --no-daemon --warning-mode all
./jarsigner -verify -verbose android/app/build/outputs/apk/release/app-release-signed.apk
## sign generated apk
- name: Sign APK
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ scripts/fetchHTML/
# generated plugin from `npm run build:plugin`
# Not ignoring this, to prevent [stderr] None of these files exist: * syncadaptor-ui.html
# assets/plugins/
@tiddly-gittly__tidgi-mobile.jks.base64.txt
@tiddly-gittly__tidgi-mobile.jks.base64.txt

# prebuild
android/

0 comments on commit eae16fb

Please sign in to comment.