GHA to sign APK files using RUSEFI_ANDROID_KEYPASS
This commit is contained in:
parent
0a3372a64c
commit
6eef60fd5b
|
@ -18,6 +18,8 @@ jobs:
|
|||
run: javac -version
|
||||
|
||||
- name: Build Android
|
||||
env:
|
||||
RUSEFI_ANDROID_KEYPASS: ${{ secrets.RUSEFI_ANDROID_KEYPASS }}
|
||||
working-directory: ./android
|
||||
run: bash ./gradlew build
|
||||
|
||||
|
|
Loading…
Reference in New Issue