Update release_script.py

This commit is contained in:
spencershepard 2024-09-07 18:21:09 -07:00 committed by Spencer Shepard
parent 3d4be97ecc
commit fd3c527f1e

View File

@ -73,6 +73,8 @@ if __name__ == "__main__":
changed_files = json.loads(os.getenv("changed_files"))
print("Adding MissionGenerator.exe to changed files, as it is always updated but not monitored.")
changed_files.append("MissionGenerator.exe")
if changed_files:
print("Changed files: " + str(changed_files))