Skip to content

Commit

Permalink
Update codemagic.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrebane committed Feb 20, 2025
1 parent 6056df4 commit 5ed305e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workflows:
repo-ria:
name: RIA DigiDoc Android (MOPP2) - Repo.ria configuration
max_build_duration: 30
instance_type: mac_mini_m2
instance_type: linux_x2
environment:
java: 17
groups:
Expand Down Expand Up @@ -120,7 +120,7 @@ workflows:
live:
name: RIA DigiDoc Android (MOPP2) - Live configuration
max_build_duration: 30
instance_type: mac_mini_m2
instance_type: linux_x2
environment:
java: 17
groups:
Expand All @@ -141,7 +141,7 @@ workflows:
zipalign -v -p 4 app/build/outputs/apk/release/app-release-unsigned.apk app/build/outputs/apk/release/app-release-unsigned-aligned.apk
- name: Sign APK
script: |
apksigner sign --ks $CM_KEYSTORE_PATH --ks-pass $CM_KEYSTORE_PASSWORD --out app/build/outputs/apk/release/app-release_$APP_VERSION_NAME.$PROJECT_BUILD_NUMBER.apk app/build/outputs/apk/release/app-release-unsigned-aligned.apk
apksigner sign --ks $CM_KEYSTORE_PATH --ks-pass env:somepass --out app/build/outputs/apk/release/app-release_$APP_VERSION_NAME.$PROJECT_BUILD_NUMBER.apk app/build/outputs/apk/release/app-release-unsigned-aligned.apk
- name: Verify APK
script: |
apksigner verify -v --print-certs app/build/outputs/apk/release/app-release_$APP_VERSION_NAME.$PROJECT_BUILD_NUMBER.apk
Expand Down

0 comments on commit 5ed305e

Please sign in to comment.