Fix path to the APK while calculating the SHA256 for the JWT
[ci skip]
This commit is contained in:
parent
403dfd4dd3
commit
cb34a35160
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user