mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 20:03:28 +08:00
Fixed folder location for readme and license files in bin tar / zip package
This commit is contained in:
@ -16,7 +16,7 @@ module.exports = function(config) {
|
||||
{
|
||||
expand: true,
|
||||
src: ['LICENSE.md', 'README.md', 'NOTICE.md'],
|
||||
dest: '<%= pkg.name %>/',
|
||||
dest: '<%= pkg.name %>-<%= pkg.version %>/',
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user