Skip to content

Commit

Permalink
- Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Jul 18, 2024
1 parent f0911ce commit d1608ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/update-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
exit(0)
with open('conf.lua', 'r+', encoding='utf-8') as file:
data = file.read()
data = data.replace("t.identity='Techmino_Galaxy'--Saving folder", "t.identity='Techmino_Galaxy_Snapshot'--Saving folder")
data = data.replace("t.identity='SmartBingo'", "t.identity='SmartBingo_Snapshot'")
file.seek(0)
file.truncate()
file.flush()
Expand Down

0 comments on commit d1608ae

Please sign in to comment.