Use standardized filename

This commit is contained in:
Sylvia van Os 2023-01-27 20:49:27 +00:00
parent 946d05f94d
commit 0a88bb0b4e

View file

@ -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"