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