mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-05 10:19:45 +00:00
Use standardized filename
This commit is contained in:
parent
946d05f94d
commit
0a88bb0b4e
1 changed files with 1 additions and 1 deletions
|
|
@ -634,7 +634,7 @@ Builds:
|
|||
prebuild: gradle clean
|
||||
build:
|
||||
- gradle assembleRelease
|
||||
- sha256sum="$( curl -L https://github.com/CatimaLoyalty/Android/releases/download/v$$VERSION$$/SHA256SUM
|
||||
- sha256sum="$( curl -L https://github.com/CatimaLoyalty/Android/releases/download/v$$VERSION$$/SHA256SUMS
|
||||
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
|
||||
- sha256sum -c <<< "$sha256sum build/outputs/apk/release/app-release-unsigned.apk"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue