From 372d75e7653f36a7f4fa4d68868df60d233cc828 Mon Sep 17 00:00:00 2001 From: loop <126372784+tribes2@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:57:27 +0100 Subject: [PATCH] fix sed cmd --- .github/workflows/skillsector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/skillsector.yml b/.github/workflows/skillsector.yml index 3c1124c..2da0ee5 100644 --- a/.github/workflows/skillsector.yml +++ b/.github/workflows/skillsector.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Disable development mode when creating a release run: | - sed -i "s/DEVMODE.*=.*1;/DEVMODE = 0" scripts/SkillSectorGame.cs + sed -i "s/DEVMODE.*=.*1;/DEVMODE = 0/" scripts/SkillSectorGame.cs - name: Update SkillSector version to match GitHub tag run: | VERSION_FILE='scripts/SkillSectorGame.cs'