mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Move download up and fix hotfix
This commit is contained in:
2
.github/workflow_data/hotfix.py
vendored
2
.github/workflow_data/hotfix.py
vendored
@@ -82,6 +82,6 @@ if __name__ == "__main__":
|
||||
print(f"{req.url = }\n{req.status_code = }\n{req.content = }")
|
||||
sys.exit(1)
|
||||
|
||||
changelog = body.split("## 🚀 Changelog", 1)[1].rsplit("## ❤️ Support", 1)[0]
|
||||
changelog = body.split("## 🚀 Changelog", 1)[1]
|
||||
with open(os.environ["ARTIFACT_TGZ"].removesuffix(".tgz") + ".md", "w") as f:
|
||||
f.write(changelog.strip() + "\n\n")
|
||||
|
||||
Reference in New Issue
Block a user