mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Use version when making the archive
This commit is contained in:
parent
223828ed62
commit
8e2c4ebf26
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module.exports = function (config) {
|
|||
return {
|
||||
plugin: {
|
||||
options: {
|
||||
archive: '<%= build %>/<%= pkg.name %>-plugin-latest.tar.gz'
|
||||
archive: '<%= build %>/<%= pkg.name %>-plugin-<%= pkg.version %>.tar.gz'
|
||||
},
|
||||
files : [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue