Skip to content

Commit

Permalink
android: change release signing hash label (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke authored Jan 13, 2025
1 parent cf0033c commit ae2faf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-nym-vpn-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ jobs:
with:
body: |
SHA256 checksum:
SHA-256 fingerprint for the 4096-bit signing certificate:
```sh
${{ steps.checksum.outputs.checksum }}
```
To verify checksum:
To verify fingerprint:
```sh
apksigner verify --print-certs [path to APK file] | grep SHA-256
```
Expand Down

0 comments on commit ae2faf0

Please sign in to comment.