From 35f64792f2fdc47fd8dc9ec5888211cc6075b5a5 Mon Sep 17 00:00:00 2001
From: Julian Raufelder <Julian@Raufelder.com>
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 = {