diff --git a/.github/workflows/create-build.yml b/.github/workflows/create-build.yml index 170d6cb..8878f3a 100644 --- a/.github/workflows/create-build.yml +++ b/.github/workflows/create-build.yml @@ -429,7 +429,7 @@ jobs: LINE=`sed -e 's/^"//' -e 's/"$//' <<<"$LINE"` ARRLINE=($(echo $LINE | tr " " "\n")) sed -i "s##${ARRLINE[0]}#g" MM3DR.unistore - VERSION=$(echo ${ARRLINE[0]} | cut -c75-80) + VERSION=$(echo ${ARRLINE[0]} | cut -c67-72) MODIFIED=$(echo ${ARRLINE[1]} | cut -c1-10) MODIFIED_DATE=$(echo ${ARRLINE[1]} | cut -c12-19) sed -i "s##$VERSION#g" MM3DR.unistore