Method: Highway::Runtime::Context#artifacts_dir
- Defined in:
- lib/highway/runtime/context.rb
#artifacts_dir ⇒ String
The path to directory containing artifacts.
54 55 56 |
# File 'lib/highway/runtime/context.rb', line 54 def artifacts_dir File.join(File.(FastlaneCore::FastlaneFolder.path), "highway") end |