diff --git a/action.yml b/action.yml index 63e17fc..2efb84b 100644 --- a/action.yml +++ b/action.yml @@ -214,7 +214,7 @@ runs: # source the version info from current release info source <(curl -s https://gitlab.manjaro.org/packages/core/manjaro-release/-/raw/master/lsb-release) - sudo sed -i -e 's|dist_name=$(get_distname)|dist_name=${DISTRIB_ID}|g' /usr/lib/manjaro-tools/util.sh + sudo sed -i -e "s|dist_name=$(get_distname)|dist_name=${DISTRIB_ID%Linux}|g" /usr/lib/manjaro-tools/util.sh sudo sed -i -e 's|iso_name=$(get_osid)|iso_name=manjaro|g' /usr/lib/manjaro-tools/util.sh sudo sed -i -e "s|build_mirror='https://manjaro.moson.eu'|build_mirror='https://mirror.easyname.at/manjaro'|g" /usr/lib/manjaro-tools/util.sh sudo sed -i -e "s|dist_release=\$(get_release)|dist_release=${VERSION:-$DISTRIB_RELEASE}|g" /usr/lib/manjaro-tools/util.sh