Class: Fastlane::Helper::ApkgoHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/apkgo/helper/apkgo_helper.rb

Class Method Summary collapse

Class Method Details

.sha256(path) ⇒ Object

show_env logs the resolved configuration (without the key) so failing CI runs are debuggable.



167
168
169
# File 'lib/fastlane/plugin/apkgo/helper/apkgo_helper.rb', line 167

def self.sha256(path)
  Digest::SHA256.file(path).hexdigest
end