mirror of
https://github.com/tribes2/SkillSector.git
synced 2026-01-19 19:44:48 +00:00
fix sed cmd
This commit is contained in:
parent
e7e71ef4c1
commit
372d75e765
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