mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Add sdk to releases
This commit is contained in:
3
.github/workflow_data/hotfix.py
vendored
3
.github/workflow_data/hotfix.py
vendored
@@ -21,7 +21,8 @@ if __name__ == "__main__":
|
||||
|
||||
artifacts = {
|
||||
os.environ['ARTIFACT_TGZ']: "application/gzip",
|
||||
os.environ['ARTIFACT_ZIP']: "application/zip"
|
||||
os.environ['ARTIFACT_ZIP']: "application/zip",
|
||||
os.environ['ARTIFACT_SDK']: "application/zip",
|
||||
}
|
||||
|
||||
for asset in release["assets"]:
|
||||
|
||||
Reference in New Issue
Block a user