Skip to content

Commit 6d6e1c3

Browse files
committed
Sign apk with fixed key
1 parent 2ab1fce commit 6d6e1c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
run: |
2323
rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android
2424
cargo install cargo-ndk
25+
- name: Setup Keystore
26+
run: |
27+
echo $ANDROID_KEYSTORE | base64 --decode > ./android/app/key.jks
28+
echo $ANDROID_KEY_PROPERTIES | base64 --decode > ./android/key.properties
2529
- name: Build for Android
2630
env:
2731
SDK_REGISTRY_TOKEN: ${{ secrets.MAP_SDK_SECRET_KEY }}

0 commit comments

Comments
 (0)