Skip to content

Commit

Permalink
fixup! use package version for archive names
Browse files Browse the repository at this point in the history
  • Loading branch information
pchila committed Jun 28, 2023
1 parent 764cbba commit 50c5cea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-tools/packaging/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,7 @@ specs:
spec:
<<: *common
<<: *elastic_license_for_binaries
version: '{{ beat_version }}'
qualifier: core
files:
'{{.BeatName}}{{.BinaryExt}}':
Expand All @@ -970,6 +971,7 @@ specs:
spec:
<<: *common
<<: *elastic_license_for_binaries
version: '{{ beat_version }}'
qualifier: core
files:
'{{.BeatName}}{{.BinaryExt}}':
Expand All @@ -980,6 +982,7 @@ specs:
spec:
<<: *common
<<: *elastic_license_for_binaries
version: '{{ beat_version }}'
qualifier: core
files:
'{{.BeatName}}{{.BinaryExt}}':
Expand All @@ -990,6 +993,7 @@ specs:
spec:
<<: *common
<<: *elastic_license_for_binaries
version: '{{ beat_version }}'
qualifier: core
files:
'{{.BeatName}}{{.BinaryExt}}':
Expand Down

0 comments on commit 50c5cea

Please sign in to comment.