Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
verify signing
  • Loading branch information
jclark118 authored Oct 30, 2023
1 parent ceb45b9 commit 3a2ba96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
-PKEY_ALIAS=${{ secrets.ALIAS }} \
-PKEY_PASSWORD=${{ secrets.KEY_PASSWORD }} \
-PRELEASE_MAPS_MAPCACHE_API_KEY=${{ secrets.RELEASE_MAPS_MAPCACHE_API_KEY }}
# Show information about the APK's signing certificates
- name: Verify Signature
run: $ANDROID_SDK_ROOT/build-tools/33.0.1/apksigner verify --print-certs app/build/outputs/apk/release/mapcache.apk

# - name: Sign APK
# uses: noriban/sign-android-release@v4
# with:
Expand Down

0 comments on commit 3a2ba96

Please sign in to comment.