From d8c83788fe0c37acc3506e27fab79cbcbfc34c4d Mon Sep 17 00:00:00 2001 From: loop <126372784+tribes2@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:59:06 +0100 Subject: [PATCH] fix another sed mistake --- .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 2da0ee5..40135ce 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'