From cb34a351608d1b82d5788a15b3aa5aa58a2ed958 Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Fri, 7 May 2021 16:50:52 +0200 Subject: [PATCH] Fix path to the APK while calculating the SHA256 for the JWT [ci skip] --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e96bf9fa..8237c70c 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -104,7 +104,7 @@ platform :android do |options| server_host = ENV["APK_STORE_BASIC_URL"] base_url = "https://#{server_host}/android/" apk_url = "#{base_url}#{version}/Cryptomator-#{version}.apk" - apk_sha_256 = Digest::SHA256.hexdigest File.read "release/Cryptomator-#{version}_signed.apk" + apk_sha_256 = Digest::SHA256.hexdigest File.read "release/Cryptomator-#{version}.apk" release_note_url = "#{base_url}#{version}/release-notes.html" claims = {