Skip to content

Commit 87acef2

Browse files
committed
👷 Sign builds
1 parent 863a206 commit 87acef2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/android-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ jobs:
5454
files: ./build/reports/jacoco/jacocoTestReport.xml
5555
token: ${{ secrets.CODECOV_TOKEN }}
5656

57+
- name: Sign app APK
58+
uses: ilharp/sign-android-release@nightly
59+
id: sign_app
60+
with:
61+
releaseDir: app/build/outputs/apk/release
62+
signingKey: ${{ secrets.ANDROID_SIGNING_KEY }}
63+
keyAlias: ${{ secrets.ANDROID_KEY_ALIAS }}
64+
keyStorePassword: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
65+
buildToolsVersion: 35.0.0
66+
5767
# Publish APK to GitHub Releases only on main branch
5868
- name: Publish to GitHub Releases
5969
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)