From 369cbc16b0eee0eb3b02addb565059996031de9b Mon Sep 17 00:00:00 2001 From: Nya Meow Date: Thu, 16 Jan 2025 15:01:46 +0700 Subject: [PATCH] v1.6.0 some internal changes --- .github/workflows/multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |