diff --git a/test/build.sh b/test/build.sh index 93da0c0f9..60cb124b2 100755 --- a/test/build.sh +++ b/test/build.sh @@ -48,7 +48,7 @@ trap cleanup EXIT set -x latest=$(readlink ./releases/cri-cni-containerd.tar.gz) -tarball=$(echo "${latest}" | sed -e 's/cri-containerd-cni/containerd-cni/g' | sed -e 's/-linux-amd64/.linux-amd64/g') +tarball=$(echo "${latest}" | sed -e 's/cri-containerd-cni/containerd-cni/g' | sed -e 's/-linux-/.linux-/g') cp "releases/${latest}" "${BUILDDIR}/${tarball}" cp "releases/${latest}.sha256sum" "${BUILDDIR}/${tarball}.sha256"