From 483a0ded8e2822ea045e2ddfeb73739bc0d1747b Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Wed, 28 Jan 2026 12:55:00 -0500 Subject: [PATCH] chore(xfer): update build plugin binaries workflow Updated workflow metadata and formatting for clarity. Signed-off-by: Ryan Johnson --- .../actions/build-and-persist-plugin-binary/action.yml | 6 ++---- .github/workflows/build_plugin_binaries.yml | 9 ++++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/actions/build-and-persist-plugin-binary/action.yml b/.github/actions/build-and-persist-plugin-binary/action.yml index f7d3e27e..cfcc54b0 100644 --- a/.github/actions/build-and-persist-plugin-binary/action.yml +++ b/.github/actions/build-and-persist-plugin-binary/action.yml @@ -1,7 +1,5 @@ -# Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 - -name: build-and-persist-plugin-binary +--- +name: Build and Persist Plugin Binary inputs: GOOS: diff --git a/.github/workflows/build_plugin_binaries.yml b/.github/workflows/build_plugin_binaries.yml index 3a261d77..349bcbfe 100644 --- a/.github/workflows/build_plugin_binaries.yml +++ b/.github/workflows/build_plugin_binaries.yml @@ -1,13 +1,16 @@ -# Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +--- +# This workflow builds the plugin binaries for all supported platforms. + +name: Build Plugin Binaries -name: hashicorp/packer-plugin-vmware/build_plugin_binaries permissions: contents: read + on: push: branches: - main + jobs: build_darwin: defaults: