Skip to content

Commit

Permalink
Update android-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dnviti authored Aug 18, 2024
1 parent 79169e4 commit 13d4bbd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ jobs:
run: |
keytool -genkeypair -v -keystore uniscan-keystore.jks \
-keyalg RSA -keysize 2048 -validity 10000 \
-alias uniscan-key -dname "CN=Your Name, OU=Your Org, O=Your Company, L=Your City, S=Your State, C=Your Country" \
-storepass uniscanStorePass -keypass uniscanKeyPass
-alias uniscan-key \
-storepass uniscanStorePass \
-keypass uniscanKeyPass \
-dname "CN=UniScan, OU=UniScan, O=UniScan, L=Perugia, S=Umbria, C=Italy"
- name: Sign the APK
run: |
Expand All @@ -57,6 +59,9 @@ jobs:
uniscan-key \
-storepass uniscanStorePass \
-keypass uniscanKeyPass
env:
JAVA_HOME: /opt/hostedtoolcache/Java_Zulu_jdk/17.0.12-7/x64
JAVA_HOME_17_X64: /opt/hostedtoolcache/Java_Zulu_jdk/17.0.12-7/x64

- name: Zipalign the APK
run: |
Expand Down

0 comments on commit 13d4bbd

Please sign in to comment.