Skip to content

Commit

Permalink
ci: add verification step
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Jan 19, 2025
1 parent 4784b1f commit 1857977
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1857977

Please sign in to comment.