Skip to content

Commit

Permalink
PostBot: Get buildtype from jsonDir dict instead of json [skip ci]
Browse files Browse the repository at this point in the history
Change-Id: Ic71ff9c98a48c5d3a96c24066a33121607278eca
Signed-off-by: PrajjuS <[email protected]>
  • Loading branch information
PrajjuS committed Sep 26, 2024
1 parent c60ab0a commit 0df82bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def get_info(ID):
MAINTAINER = info['maintainer']
DATE_TIME = datetime.datetime.fromtimestamp(int(info['timestamp']))
DOWNLOAD_URL = info['download']
BUILD_TYPE = info['buildtype']
BUILD_TYPE = build_type
SIZE = round(int(info['size'])/1000000000, 2)
MD5 = info['md5']
SHA256 = info['sha256']
Expand Down

0 comments on commit 0df82bf

Please sign in to comment.