diff --git a/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh b/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh index 47050065b1..3456bb304b 100755 --- a/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh +++ b/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh @@ -1202,7 +1202,7 @@ handle_build() { die "Building the shim-v2 with MEASURED_ROOTFS support requres a rootfs confidential image tarball built with MEASURED_ROOTFS support" fi - mv root_hash.txt shim-v2-root_hash.txt + mv root_hash.txt ${workdir}/shim-v2-root_hash.txt fi ;; esac