Method: PDK::Module::Build#package_file

Defined in:
lib/pdk/module/build.rb

#package_fileObject

Return the path where the built package file will be written to.



27
28
29
# File 'lib/pdk/module/build.rb', line 27

def package_file
  @package_file ||= File.join(target_dir, "#{release_name}.tar.gz")
end