diff --git a/.github/workflows/multi-platform.yml b/.github/workflows/multi-platform.yml index 00f201a..f197d43 100644 --- a/.github/workflows/multi-platform.yml +++ b/.github/workflows/multi-platform.yml @@ -73,7 +73,7 @@ jobs: fi FILTERED_VERSION=$(echo "${VERSION_INPUT#v}" | sed -e 's/[\/&()]/\\&/g') jq --arg new_version "${FILTERED_VERSION}" '.version = $new_version' mod.json > tmp.json && mv tmp.json mod.json - sed -i "s/\(project(progressBarThingy VERSION \)[0-9.]*\)/\1${FILTERED_VERSION}/" CMakeLists.txt + sed -i "s/\(project(progressBarThingy VERSION [0-9.]*\)/\1${FILTERED_VERSION}/" CMakeLists.txt - name: Stage and commit changes run: |