Method: Highway::Runtime::Context#artifacts_dir

Defined in:
lib/highway/runtime/context.rb

#artifacts_dirString

The path to directory containing artifacts.

Returns:

  • (String)

54
55
56
# File 'lib/highway/runtime/context.rb', line 54

def artifacts_dir
  File.join(File.expand_path(FastlaneCore::FastlaneFolder.path), "highway")
end