Skip to content

Commit 1857977

Browse files
committed
ci: add verification step
1 parent 4784b1f commit 1857977

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/publish.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,15 @@ jobs:
173173
body: |
174174
${{ env.RELEASE_NOTES }}
175175
176-
SHA256 fingerprint:
177-
```${{ steps.checksum.outputs.checksum }}```
176+
SHA-256 fingerprint for the 4096-bit signing certificate:
177+
```sh
178+
${{ steps.checksum.outputs.checksum }}
179+
```
180+
181+
To verify fingerprint:
182+
```sh
183+
apksigner verify --print-certs [path to APK file] | grep SHA-256
184+
```
178185
179186
### Changelog
180187
${{ steps.changelog.outputs.changes }}

0 commit comments

Comments
 (0)