From 7c73ab764566045a6e3d91aecfb556a830d1a580 Mon Sep 17 00:00:00 2001 From: Vladimir Ermakov Date: Fri, 6 Dec 2024 10:37:00 +0100 Subject: [PATCH] ci: plugin is the binary name... --- ci/release-oci-images.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/release-oci-images.sh b/ci/release-oci-images.sh index 742c3da..9f452e7 100755 --- a/ci/release-oci-images.sh +++ b/ci/release-oci-images.sh @@ -5,8 +5,8 @@ set -x copybin() { local gorel=$1 local plugarch=$2 - mkdir -p "dist/$plugarch/plugin" - cp -p "dist/$gorel/bin"/* "dist/$plugarch/plugin/" + mkdir -p "dist/$plugarch" + cp -p "dist/$gorel/bin/fleeting-plugin-openstack" "dist/$plugarch/plugin" } # move binaries to places expected by fleetine-artifact