mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
Update release_script.py
This commit is contained in:
parent
3d4be97ecc
commit
fd3c527f1e
@ -73,6 +73,8 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
|
|
||||||
changed_files = json.loads(os.getenv("changed_files"))
|
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:
|
if changed_files:
|
||||||
print("Changed files: " + str(changed_files))
|
print("Changed files: " + str(changed_files))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user