fix another sed mistake

This commit is contained in:
loop 2025-10-20 15:59:06 +01:00
parent 372d75e765
commit d8c83788fe

View file

@ -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'