ci: add verification step

This commit is contained in:
Zane Schepke 2025-01-19 13:39:56 -05:00
parent 4784b1f65c
commit 1857977d9b
No known key found for this signature in database
GPG Key ID: 0C7149BDE0FB2B5B
1 changed files with 9 additions and 2 deletions

View File

@ -173,8 +173,15 @@ jobs:
body: |
${{ env.RELEASE_NOTES }}
SHA256 fingerprint:
```${{ steps.checksum.outputs.checksum }}```
SHA-256 fingerprint for the 4096-bit signing certificate:
```sh
${{ steps.checksum.outputs.checksum }}
```
To verify fingerprint:
```sh
apksigner verify --print-certs [path to APK file] | grep SHA-256
```
### Changelog
${{ steps.changelog.outputs.changes }}