Commit e9ab5277 authored by Leo Iannacone's avatar Leo Iannacone

get a build name for file

parent 89690de7
......@@ -22,7 +22,7 @@ function __get_package_path(data) {
}
function __get_file_path(data) {
return path.join(__get_package_path(data), data.file.name)
return path.join(__get_package_path(data), data.package.name + '_' + data.package.version + '.' + data.file.name)
}
utils = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment