hashicorp / packer-plugin-amazon

Packer plugin for Amazon AMI Builder
https://www.packer.io/docs/builders/amazon
Mozilla Public License 2.0
75 stars 112 forks source link

workflows: publish all the pkg files separately #359

Closed lbajolet-hashicorp closed 1 year ago

lbajolet-hashicorp commented 1 year ago

The build_plugin_binaries workflow was pushing all the packages as one zip containing all the built binaries. To avoid this, we change the upload pattern so they all end-up as separate zip files instead in the actions, and skip the last aggregation/upload step.