Method: PDK::Module::Build#package_file
- Defined in:
- lib/pdk/module/build.rb
#package_file ⇒ Object
Return the path where the built package file will be written to.
29 30 31 |
# File 'lib/pdk/module/build.rb', line 29 def package_file @package_file ||= File.join(target_dir, "#{release_name}.tar.gz") end |