diff --git a/rivos/gitlab-ci.yml b/rivos/gitlab-ci.yml index f7e26ea02538d..2c964375ae1d9 100644 --- a/rivos/gitlab-ci.yml +++ b/rivos/gitlab-ci.yml @@ -520,7 +520,7 @@ package-tar: - mkdir -p "${PKG_DIRECTORY}" # move the previous temporary install - | - cp -av build/linux-${BUILD_ARCH}-release/images/jdk/ "${PKG_DIRECTORY}" + cp -av build/linux-${BUILD_ARCH}-release/images/jdk/* "${PKG_DIRECTORY}" - | if [ "${PKG_DBG}" = "true" ]; then find "${PKG_DIRECTORY}" \( -xtype f -or -xtype l \) -not -name '*.debuginfo' -exec rm -f {} \; -print