mirror of
https://github.com/tribes2/SkillSector.git
synced 2026-01-19 11:34:46 +00:00
fix another sed mistake
This commit is contained in:
parent
372d75e765
commit
d8c83788fe
2
.github/workflows/skillsector.yml
vendored
2
.github/workflows/skillsector.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue