ci: fix build manifest output
This commit is contained in:
Vendored
+1
-1
@@ -149,7 +149,7 @@ payload = {
|
||||
'apiBaseUrl':os.environ['API_BASE_URL'],'abi':'arm64-v8a',
|
||||
'apk':pathlib.Path(os.environ['APK_PATH']).name,'apkSha256':os.environ['apk_sha']
|
||||
}
|
||||
path.write_text(json.dumps(payload,ensure_ascii=False,indent=2)+'\n',encoding='utf-8')
|
||||
path.write_text(json.dumps(payload,ensure_ascii=False,indent=2)+chr(10),encoding='utf-8')
|
||||
PY
|
||||
sha256sum "$MANIFEST_PATH" >"$MANIFEST_PATH.sha256"
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user